#FB91DD

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

Shades of Lavender Rose #FB91DD

Tints of Lavender Rose #FB91DD

Color information

#FB91DD (or 0xFB91DD) is unknown color: approx Lavender Rose. HEX triplet: FB, 91 and DD. RGB value is (251,145,221). Sum of RGB (Red+Green+Blue) = 251+145+221=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91DD is #046E22. Grayscale: #B9B9B9. Windows color (decimal): -290339 or 14520827. OLE color: 14520827.

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

Color convert

RGB251145221-
CMYK00.420.120.02
HSL316.98º92.98%77.65%-
HSV(B)316.98º42.23%98.43%-
XYZ62.9645.9873.96-
YUV185.36148.12174.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=40.68%
G=23.50%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114522100.420.120.02316.9892.9877.65
HexFB91DD02AC213d5d4e
Octal373221335052142475135116
Binary111110111001000111011101010101011001010011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91DD; }

 p { color: rgb(251,145,221); }

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

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

 a { background-color: rgb(251,145,221); }

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

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

 span { border-color: rgb(251,145,221); }

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