#FFEFF5

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

Shades of Lavender Blush #FFEFF5

Tints of Lavender Blush #FFEFF5

Color information

#FFEFF5 (or 0xFFEFF5) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and F5. RGB value is (255,239,245). Sum of RGB (Red+Green+Blue) = 255+239+245=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 245 (96.09% from 255 or 33.15% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF5 is #00100A. Grayscale: #F4F4F4. Windows color (decimal): -4107 or 16117759. OLE color: 16117759.

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

Color convert

RGB255239245-
CMYK00.060.040
HSL337.5º100%96.86%-
HSV(B)337.5º6.27%100%-
XYZ88.5989.5999.01-
YUV244.47128.3135.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.51%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 245 (96.09% from 255) = 33.15%
R=34.51%
G=32.34%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523924500.060.040337.510096.86
HexFFEFF506401526461
Octal3773573650640522144141
Binary1111111111101111111101010110100010101001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFF5; }

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

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

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

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

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

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

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

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