#FEBBEC

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

Shades of Lavender Rose #FEBBEC

Tints of Lavender Rose #FEBBEC

Color information

#FEBBEC (or 0xFEBBEC) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and EC. RGB value is (254,187,236). Sum of RGB (Red+Green+Blue) = 254+187+236=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBEC is #014413. Grayscale: #D4D4D4. Windows color (decimal): -82964 or 15514622. OLE color: 15514622.

HSL color Cylindrical-coordinate representation of color #FEBBEC: hue angle of 316.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBEC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254187236-
CMYK00.260.070.00
HSL316.12º97.1%86.47%-
HSV(B)316.12º26.38%99.61%-
XYZ73.7862.6787.56-
YUV212.62141.2157.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 187 (73.44% from 255) = 27.62%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=37.52%
G=27.62%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418723600.260.070.00316.1297.186.47
HexFEBBEC01A7013c6156
Octal37627335403270474141126
Binary111111101011101111101100011010111010011110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBEC; }

 p { color: rgb(254,187,236); }

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

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

 a { background-color: rgb(254,187,236); }

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

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

 span { border-color: rgb(254,187,236); }

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