#FBB4EB

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

Shades of Lavender Rose #FBB4EB

Tints of Lavender Rose #FBB4EB

Color information

#FBB4EB (or 0xFBB4EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and EB. RGB value is (251,180,235). Sum of RGB (Red+Green+Blue) = 251+180+235=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4EB is #044B14. Grayscale: #CFCFCF. Windows color (decimal): -281365 or 15447291. OLE color: 15447291.

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

Color convert

RGB251180235-
CMYK00.280.060.02
HSL313.52º89.87%84.51%-
HSV(B)313.52º28.29%98.43%-
XYZ71.159.1586.27-
YUV207.5143.52159.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 180 (70.70% from 255) = 27.03%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=37.69%
G=27.03%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118023500.280.060.02313.5289.8784.51
HexFBB4EB01C6213a5a55
Octal37326435303462472132125
Binary1111101110110100111010110111001101010011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4EB; }

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

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

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

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

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

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

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

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