#FFEFF8

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

Shades of Lavender Blush #FFEFF8

Tints of Lavender Blush #FFEFF8

Color information

#FFEFF8 (or 0xFFEFF8) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and F8. RGB value is (255,239,248). Sum of RGB (Red+Green+Blue) = 255+239+248=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 248 (97.27% from 255 or 33.42% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF8 is #001007. Grayscale: #F4F4F4. Windows color (decimal): -4104 or 16314367. OLE color: 16314367.

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

Color convert

RGB255239248-
CMYK00.060.030
HSL326.25º100%96.86%-
HSV(B)326.25º6.27%100%-
XYZ89.0589.77101.44-
YUV244.81129.8135.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 239 (93.75% from 255) = 32.21%
BLUE value IS 248 (97.27% from 255) = 33.42%
R=34.37%
G=32.21%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523924800.060.030326.2510096.86
HexFFEFF806301466461
Octal3773573700630506144141
Binary111111111110111111111000011011010100011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFF8; }

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

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

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

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

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

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

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

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