#FBB8E4

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

Shades of Lavender Rose #FBB8E4

Tints of Lavender Rose #FBB8E4

Color information

#FBB8E4 (or 0xFBB8E4) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and E4. RGB value is (251,184,228). Sum of RGB (Red+Green+Blue) = 251+184+228=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8E4 is #04471B. Grayscale: #D0D0D0. Windows color (decimal): -280348 or 14989563. OLE color: 14989563.

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

Color convert

RGB251184228-
CMYK00.270.090.02
HSL320.6º89.33%85.29%-
HSV(B)320.6º26.69%98.43%-
XYZ70.9360.3981.32-
YUV209.05138.7157.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 184 (72.27% from 255) = 27.75%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=37.86%
G=27.75%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118422800.270.090.02320.689.3385.29
HexFBB8E401B921415955
Octal373270344033112501131125
Binary11111011101110001110010001101110011010100000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8E4; }

 p { color: rgb(251,184,228); }

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

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

 a { background-color: rgb(251,184,228); }

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

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

 span { border-color: rgb(251,184,228); }

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