#FB94DD

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

Shades of Lavender Rose #FB94DD

Tints of Lavender Rose #FB94DD

Color information

#FB94DD (or 0xFB94DD) is unknown color: approx Lavender Rose. HEX triplet: FB, 94 and DD. RGB value is (251,148,221). Sum of RGB (Red+Green+Blue) = 251+148+221=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DD is #046B22. Grayscale: #BABABA. Windows color (decimal): -289571 or 14521595. OLE color: 14521595.

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

Color convert

RGB251148221-
CMYK00.410.120.02
HSL317.48º92.79%78.24%-
HSV(B)317.48º41.04%98.43%-
XYZ63.4246.9174.12-
YUV187.12147.12173.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 148 (58.20% from 255) = 23.87%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=40.48%
G=23.87%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114822100.410.120.02317.4892.7978.24
HexFB94DD029C213d5d4e
Octal373224335051142475135116
Binary111110111001010011011101010100111001010011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94DD; }

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

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

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

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

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

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

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

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