#FBB4ED

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

Shades of Lavender Rose #FBB4ED

Tints of Lavender Rose #FBB4ED

Color information

#FBB4ED (or 0xFBB4ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and ED. RGB value is (251,180,237). Sum of RGB (Red+Green+Blue) = 251+180+237=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4ED is #044B12. Grayscale: #CFCFCF. Windows color (decimal): -281363 or 15578363. OLE color: 15578363.

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

Color convert

RGB251180237-
CMYK00.280.060.02
HSL311.83º89.87%84.51%-
HSV(B)311.83º28.29%98.43%-
XYZ71.3959.2787.8-
YUV207.73144.52158.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 180 (70.70% from 255) = 26.95%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=37.57%
G=26.95%
B=35.48%

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
Decimal25118023700.280.060.02311.8389.8784.51
HexFBB4ED01C621385a55
Octal37326435503462470132125
Binary1111101110110100111011010111001101010011100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4ED; }

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

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

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

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

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

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

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

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