#FB94DE

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

Shades of Lavender Rose #FB94DE

Tints of Lavender Rose #FB94DE

Color information

#FB94DE (or 0xFB94DE) is unknown color: approx Lavender Rose. HEX triplet: FB, 94 and DE. RGB value is (251,148,222). Sum of RGB (Red+Green+Blue) = 251+148+222=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DE is #046B21. Grayscale: #BBBBBB. Windows color (decimal): -289570 or 14587131. OLE color: 14587131.

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

Color convert

RGB251148222-
CMYK00.410.120.02
HSL316.89º92.79%78.24%-
HSV(B)316.89º41.04%98.43%-
XYZ63.5646.9674.82-
YUV187.23147.62173.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 148 (58.20% from 255) = 23.83%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=40.42%
G=23.83%
B=35.75%

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
Decimal25114822200.410.120.02316.8992.7978.24
HexFB94DE029C213d5d4e
Octal373224336051142475135116
Binary111110111001010011011110010100111001010011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94DE; }

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

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

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

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

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

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

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

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