#FFECF5

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

Shades of Lavender Blush #FFECF5

Tints of Lavender Blush #FFECF5

Color information

#FFECF5 (or 0xFFECF5) is unknown color: approx Lavender Blush. HEX triplet: FF, EC and F5. RGB value is (255,236,245). Sum of RGB (Red+Green+Blue) = 255+236+245=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF5 is #00130A. Grayscale: #F2F2F2. Windows color (decimal): -4875 or 16116991. OLE color: 16116991.

HSL color Cylindrical-coordinate representation of color #FFECF5: hue angle of 331.58º 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 #FFECF5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255236245-
CMYK00.070.040
HSL331.58º100%96.27%-
HSV(B)331.58º7.45%100%-
XYZ87.7287.8498.72-
YUV242.71129.29136.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 236 (92.58% from 255) = 32.07%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=34.65%
G=32.07%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523624500.070.040331.5810096.27
HexFFECF5074014c6460
Octal3773543650740514144140
Binary1111111111101100111101010111100010100110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECF5; }

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

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

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

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

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

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

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

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