#FBBCEC

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

Shades of Lavender Rose #FBBCEC

Tints of Lavender Rose #FBBCEC

Color information

#FBBCEC (or 0xFBBCEC) is unknown color: approx Lavender Rose. HEX triplet: FB, BC and EC. RGB value is (251,188,236). Sum of RGB (Red+Green+Blue) = 251+188+236=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCEC is #044313. Grayscale: #D4D4D4. Windows color (decimal): -279316 or 15514875. OLE color: 15514875.

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

Color convert

RGB251188236-
CMYK00.250.060.02
HSL314.29º88.73%86.08%-
HSV(B)314.29º25.1%98.43%-
XYZ72.9162.5387.58-
YUV212.31141.37155.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 188 (73.83% from 255) = 27.85%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=37.19%
G=27.85%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118823600.250.060.02314.2988.7386.08
HexFBBCEC0196213a5956
Octal37327435403162472131126
Binary1111101110111100111011000110011101010011101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCEC; }

 p { color: rgb(251,188,236); }

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

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

 a { background-color: rgb(251,188,236); }

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

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

 span { border-color: rgb(251,188,236); }

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