#FFEFFB

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

Shades of Lavender Blush #FFEFFB

Tints of Lavender Blush #FFEFFB

Color information

#FFEFFB (or 0xFFEFFB) is unknown color: approx Lavender Blush. HEX triplet: FF, EF and FB. RGB value is (255,239,251). Sum of RGB (Red+Green+Blue) = 255+239+251=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 239 (93.75% from 255 or 32.08% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFB is #001004. Grayscale: #F5F5F5. Windows color (decimal): -4101 or 16510975. OLE color: 16510975.

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

Color convert

RGB255239251-
CMYK00.060.020
HSL315º100%96.86%-
HSV(B)315º6.27%100%-
XYZ89.5289.96103.91-
YUV245.15131.3135.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 239 (93.75% from 255) = 32.08%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=34.23%
G=32.08%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523925100.060.02031510096.86
HexFFEFFB062013b6461
Octal3773573730620473144141
Binary111111111110111111111011011010010011101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFFB; }

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

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

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

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

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

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

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

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