#FFEFF7

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

Shades of Lavender Blush #FFEFF7

Tints of Lavender Blush #FFEFF7

Color information

#FFEFF7 (or 0xFFEFF7) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and F7. RGB value is (255,239,247). Sum of RGB (Red+Green+Blue) = 255+239+247=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 247 (96.88% from 255 or 33.33% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF7 is #001008. Grayscale: #F4F4F4. Windows color (decimal): -4105 or 16248831. OLE color: 16248831.

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

Color convert

RGB255239247-
CMYK00.060.030
HSL330º100%96.86%-
HSV(B)330º6.27%100%-
XYZ88.989.71100.63-
YUV244.7129.3135.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.41%
GREEN value IS 239 (93.75% from 255) = 32.25%
BLUE value IS 247 (96.88% from 255) = 33.33%
R=34.41%
G=32.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523924700.060.03033010096.86
HexFFEFF7063014a6461
Octal3773573670630512144141
Binary111111111110111111110111011011010100101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFF7; }

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

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

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

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

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

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

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

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