#FF90CE

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

Shades of Tea Rose #FF90CE

Tints of Tea Rose #FF90CE

Color information

#FF90CE (or 0xFF90CE) is unknown color: approx Tea Rose. HEX triplet: FF, 90 and CE. RGB value is (255,144,206). Sum of RGB (Red+Green+Blue) = 255+144+206=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CE is #006F31. Grayscale: #B8B8B8. Windows color (decimal): -28466 or 13537535. OLE color: 13537535.

HSL color Cylindrical-coordinate representation of color #FF90CE: hue angle of 326.49º 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 #FF90CE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255144206-
CMYK00.440.190
HSL326.49º100%78.24%-
HSV(B)326.49º43.53%100%-
XYZ62.3545.6663.92-
YUV184.26140.27178.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 144 (56.64% from 255) = 23.80%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=42.15%
G=23.80%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514420600.440.190326.4910078.24
HexFF90CE02C130146644e
Octal377220316054230506144116
Binary111111111001000011001110010110010011010100011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90CE; }

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

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

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

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

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

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

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

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