#FF90BB

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

Shades of Tea Rose #FF90BB

Tints of Tea Rose #FF90BB

Color information

#FF90BB (or 0xFF90BB) is unknown color: approx Tea Rose. HEX triplet: FF, 90 and BB. RGB value is (255,144,187). Sum of RGB (Red+Green+Blue) = 255+144+187=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90BB is #006F44. Grayscale: #B6B6B6. Windows color (decimal): -28485 or 12292351. OLE color: 12292351.

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

Color convert

RGB255144187-
CMYK00.440.270
HSL336.76º100%78.24%-
HSV(B)336.76º43.53%100%-
XYZ60.1844.7952.49-
YUV182.09130.77180-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=43.52%
G=24.57%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514418700.440.270336.7610078.24
HexFF90BB02C1B0151644e
Octal377220273054330521144116
Binary111111111001000010111011010110011011010101000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90BB; }

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

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

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

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

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

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

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

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