#FBB4EA

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

Shades of Lavender Rose #FBB4EA

Tints of Lavender Rose #FBB4EA

Color information

#FBB4EA (or 0xFBB4EA) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and EA. RGB value is (251,180,234). Sum of RGB (Red+Green+Blue) = 251+180+234=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4EA is #044B15. Grayscale: #CFCFCF. Windows color (decimal): -281366 or 15381755. OLE color: 15381755.

HSL color Cylindrical-coordinate representation of color #FBB4EA: hue angle of 314.37º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4EA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251180234-
CMYK00.280.070.02
HSL314.37º89.87%84.51%-
HSV(B)314.37º28.29%98.43%-
XYZ70.9659.0985.51-
YUV207.38143.02159.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 180 (70.70% from 255) = 27.07%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=37.74%
G=27.07%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118023400.280.070.02314.3789.8784.51
HexFBB4EA01C7213a5a55
Octal37326435203472472132125
Binary1111101110110100111010100111001111010011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4EA; }

 p { color: rgb(251,180,234); }

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

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

 a { background-color: rgb(251,180,234); }

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

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

 span { border-color: rgb(251,180,234); }

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