#FFEFFA

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

Shades of Lavender Blush #FFEFFA

Tints of Lavender Blush #FFEFFA

Color information

#FFEFFA (or 0xFFEFFA) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and FA. RGB value is (255,239,250). Sum of RGB (Red+Green+Blue) = 255+239+250=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFA is #001005. Grayscale: #F5F5F5. Windows color (decimal): -4102 or 16445439. OLE color: 16445439.

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

Color convert

RGB255239250-
CMYK00.060.020
HSL318.75º100%96.86%-
HSV(B)318.75º6.27%100%-
XYZ89.3689.9103.08-
YUV245.04130.8135.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.27%
GREEN value IS 239 (93.75% from 255) = 32.12%
BLUE value IS 250 (98.05% from 255) = 33.60%
R=34.27%
G=32.12%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523925000.060.020318.7510096.86
HexFFEFFA062013f6461
Octal3773573720620477144141
Binary111111111110111111111010011010010011111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFFA; }

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

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

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

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

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

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

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

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