#FF90C7

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

Shades of Tea Rose #FF90C7

Tints of Tea Rose #FF90C7

Color information

#FF90C7 (or 0xFF90C7) is unknown color: approx Tea Rose. HEX triplet: FF, 90 and C7. RGB value is (255,144,199). Sum of RGB (Red+Green+Blue) = 255+144+199=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90C7 is #006F38. Grayscale: #B7B7B7. Windows color (decimal): -28473 or 13078783. OLE color: 13078783.

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

Color convert

RGB255144199-
CMYK00.440.220
HSL330.27º100%78.24%-
HSV(B)330.27º43.53%100%-
XYZ61.5245.3359.54-
YUV183.46136.77179.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 199 (78.12% from 255) = 33.28%
R=42.64%
G=24.08%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514419900.440.220330.2710078.24
HexFF90C702C16014a644e
Octal377220307054260512144116
Binary111111111001000011000111010110010110010100101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90C7; }

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

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

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

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

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

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

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

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