#FB90D6

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

Shades of Lavender Rose #FB90D6

Tints of Lavender Rose #FB90D6

Color information

#FB90D6 (or 0xFB90D6) is unknown color: approx Lavender Rose. HEX triplet: FB, 90 and D6. RGB value is (251,144,214). Sum of RGB (Red+Green+Blue) = 251+144+214=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90D6 is #046F29. Grayscale: #B7B7B7. Windows color (decimal): -290602 or 14061819. OLE color: 14061819.

HSL color Cylindrical-coordinate representation of color #FB90D6: hue angle of 320.75º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90D6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251144214-
CMYK00.430.150.02
HSL320.75º93.04%77.45%-
HSV(B)320.75º42.63%98.43%-
XYZ61.8945.3169.1-
YUV183.97144.95175.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 144 (56.64% from 255) = 23.65%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=41.22%
G=23.65%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114421400.430.150.02320.7593.0477.45
HexFB90D602BF21415d4d
Octal373220326053172501135115
Binary111110111001000011010110010101111111010100000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90D6; }

 p { color: rgb(251,144,214); }

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

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

 a { background-color: rgb(251,144,214); }

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

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

 span { border-color: rgb(251,144,214); }

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