#FFECF7

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

Shades of Lavender Blush #FFECF7

Tints of Lavender Blush #FFECF7

Color information

#FFECF7 (or 0xFFECF7) is unknown color: approx Lavender Blush. HEX triplet: FF, EC and F7. RGB value is (255,236,247). Sum of RGB (Red+Green+Blue) = 255+236+247=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 247 (96.88% from 255 or 33.47% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF7 is #001308. Grayscale: #F2F2F2. Windows color (decimal): -4873 or 16248063. OLE color: 16248063.

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

Color convert

RGB255236247-
CMYK00.070.030
HSL325.26º100%96.27%-
HSV(B)325.26º7.45%100%-
XYZ88.0287.97100.34-
YUV242.94130.29136.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.55%
GREEN value IS 236 (92.58% from 255) = 31.98%
BLUE value IS 247 (96.88% from 255) = 33.47%
R=34.55%
G=31.98%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523624700.070.030325.2610096.27
HexFFECF707301456460
Octal3773543670730505144140
Binary111111111110110011110111011111010100010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECF7; }

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

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

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

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

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

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

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

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