#FB99DA

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

Shades of Lavender Rose #FB99DA

Tints of Lavender Rose #FB99DA

Color information

#FB99DA (or 0xFB99DA) is unknown color: approx Lavender Rose. HEX triplet: FB, 99 and DA. RGB value is (251,153,218). Sum of RGB (Red+Green+Blue) = 251+153+218=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99DA is #046625. Grayscale: #BDBDBD. Windows color (decimal): -288294 or 14326267. OLE color: 14326267.

HSL color Cylindrical-coordinate representation of color #FB99DA: hue angle of 320.2º 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 #FB99DA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251153218-
CMYK00.390.130.02
HSL320.2º92.45%79.22%-
HSV(B)320.2º39.04%98.43%-
XYZ63.8348.3572.3-
YUV189.71143.97171.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 153 (60.16% from 255) = 24.60%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=40.35%
G=24.60%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115321800.390.130.02320.292.4579.22
HexFB99DA027D21405c4f
Octal373231332047152500134117
Binary111110111001100111011010010011111011010100000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99DA; }

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

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

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

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

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

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

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

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