#FF91C7

Color #FF91C7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF91C7

Tints of Tea Rose #FF91C7

Color information

#FF91C7 (or 0xFF91C7) is unknown color: approx Tea Rose. HEX triplet: FF, 91 and C7. RGB value is (255,145,199). Sum of RGB (Red+Green+Blue) = 255+145+199=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91C7 is #006E38. Grayscale: #B7B7B7. Windows color (decimal): -28217 or 13079039. OLE color: 13079039.

HSL color Cylindrical-coordinate representation of color #FF91C7: hue angle of 330.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91C7 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255145199-
CMYK00.430.220
HSL330.55º100%78.43%-
HSV(B)330.55º43.14%100%-
XYZ61.6745.6359.59-
YUV184.05136.44178.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=42.57%
G=24.21%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514519900.430.220330.5510078.43
HexFF91C702B16014b644e
Octal377221307053260513144116
Binary111111111001000111000111010101110110010100101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF91C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF91C7; }

 p { color: rgb(255,145,199); }

 H1.HeaderClassName
 {
   color: #FF91C7;
 }
 .AnyTagClassName
 {
   color: #FF91C7;
 }
</style>
background-color css

<style>
 a { background-color: #FF91C7; }

 a { background-color: rgb(255,145,199); }

 div.DivClassName
 {
   background-color: #FF91C7;
 }
 .BgClassName
 {
   background-color: #FF91C7;
 }
</style>
border-color css

<style>
 span { border-color: #FF91C7; }

 span { border-color: rgb(255,145,199); }

 td.TdClassName
 {
   border-color: #FF91C7;
 }
 .TagClassName
 {
   border-color: #FF91C7;
 }
</style>