#FFEFF4

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

Shades of Lavender Blush #FFEFF4

Tints of Lavender Blush #FFEFF4

Color information

#FFEFF4 (or 0xFFEFF4) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and F4. RGB value is (255,239,244). Sum of RGB (Red+Green+Blue) = 255+239+244=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 244 (95.70% from 255 or 33.06% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF4 is #00100B. Grayscale: #F4F4F4. Windows color (decimal): -4108 or 16052223. OLE color: 16052223.

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

Color convert

RGB255239244-
CMYK00.060.040
HSL341.25º100%96.86%-
HSV(B)341.25º6.27%100%-
XYZ88.4489.5298.21-
YUV244.35127.8135.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.55%
GREEN value IS 239 (93.75% from 255) = 32.38%
BLUE value IS 244 (95.70% from 255) = 33.06%
R=34.55%
G=32.38%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523924400.060.040341.2510096.86
HexFFEFF406401556461
Octal3773573640640525144141
Binary1111111111101111111101000110100010101010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFF4; }

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

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

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

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

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

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

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

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