#FB99DC

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

Shades of Lavender Rose #FB99DC

Tints of Lavender Rose #FB99DC

Color information

#FB99DC (or 0xFB99DC) is unknown color: approx Lavender Rose. HEX triplet: FB, 99 and DC. RGB value is (251,153,220). Sum of RGB (Red+Green+Blue) = 251+153+220=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99DC is #046623. Grayscale: #BDBDBD. Windows color (decimal): -288292 or 14457339. OLE color: 14457339.

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

Color convert

RGB251153220-
CMYK00.390.120.02
HSL318.98º92.45%79.22%-
HSV(B)318.98º39.04%98.43%-
XYZ64.0948.4673.69-
YUV189.94144.97171.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 153 (60.16% from 255) = 24.52%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=40.22%
G=24.52%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115322000.390.120.02318.9892.4579.22
HexFB99DC027C213f5c4f
Octal373231334047142477134117
Binary111110111001100111011100010011111001010011111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99DC; }

 p { color: rgb(251,153,220); }

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

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

 a { background-color: rgb(251,153,220); }

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

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

 span { border-color: rgb(251,153,220); }

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