#FFEFFC

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

Shades of Lavender Blush #FFEFFC

Tints of Lavender Blush #FFEFFC

Color information

#FFEFFC (or 0xFFEFFC) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and FC. RGB value is (255,239,252). Sum of RGB (Red+Green+Blue) = 255+239+252=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 239 (93.75% from 255 or 32.04% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFC is #001003. Grayscale: #F5F5F5. Windows color (decimal): -4100 or 16576511. OLE color: 16576511.

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

Color convert

RGB255239252-
CMYK00.060.010
HSL311.25º100%96.86%-
HSV(B)311.25º6.27%100%-
XYZ89.6890.02104.74-
YUV245.27131.8134.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.18%
GREEN value IS 239 (93.75% from 255) = 32.04%
BLUE value IS 252 (98.83% from 255) = 33.78%
R=34.18%
G=32.04%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523925200.060.010311.2510096.86
HexFFEFFC06101376461
Octal3773573740610467144141
Binary11111111111011111111110001101010011011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFFC; }

 p { color: rgb(255,239,252); }

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

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

 a { background-color: rgb(255,239,252); }

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

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

 span { border-color: rgb(255,239,252); }

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