#FFECFB

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

Shades of Lavender Blush #FFECFB

Tints of Lavender Blush #FFECFB

Color information

#FFECFB (or 0xFFECFB) is unknown color: approx Lavender Blush. HEX triplet: FF, EC and FB. RGB value is (255,236,251). Sum of RGB (Red+Green+Blue) = 255+236+251=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 236 (92.58% from 255 or 31.81% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFB is #001304. Grayscale: #F3F3F3. Windows color (decimal): -4869 or 16510207. OLE color: 16510207.

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

Color convert

RGB255236251-
CMYK00.070.020
HSL312.63º100%96.27%-
HSV(B)312.63º7.45%100%-
XYZ88.6588.22103.62-
YUV243.39132.29136.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 236 (92.58% from 255) = 31.81%
BLUE value IS 251 (98.44% from 255) = 33.83%
R=34.37%
G=31.81%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523625100.070.020312.6310096.27
HexFFECFB07201396460
Octal3773543730720471144140
Binary111111111110110011111011011110010011100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECFB; }

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

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

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

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

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

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

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

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