#FFECF1

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

Shades of Lavender Blush #FFECF1

Tints of Lavender Blush #FFECF1

Color information

#FFECF1 (or 0xFFECF1) is unknown color: approx Lavender Blush. HEX triplet: FF, EC and F1. RGB value is (255,236,241). Sum of RGB (Red+Green+Blue) = 255+236+241=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF1 is #00130E. Grayscale: #F2F2F2. Windows color (decimal): -4879 or 15854847. OLE color: 15854847.

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

Color convert

RGB255236241-
CMYK00.070.050
HSL344.21º100%96.27%-
HSV(B)344.21º7.45%100%-
XYZ87.1187.695.54-
YUV242.25127.29137.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 236 (92.58% from 255) = 32.24%
BLUE value IS 241 (94.53% from 255) = 32.92%
R=34.84%
G=32.24%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523624100.070.050344.2110096.27
HexFFECF107501586460
Octal3773543610750530144140
Binary1111111111101100111100010111101010101100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECF1; }

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

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

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

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

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

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

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

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