#FEEEFA

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

Shades of Lavender Blush #FEEEFA

Tints of Lavender Blush #FEEEFA

Color information

#FEEEFA (or 0xFEEEFA) is unknown color: approx Lavender Blush. HEX triplet: FE, EE and FA. RGB value is (254,238,250). Sum of RGB (Red+Green+Blue) = 254+238+250=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFA is #011105. Grayscale: #F4F4F4. Windows color (decimal): -69894 or 16445182. OLE color: 16445182.

HSL color Cylindrical-coordinate representation of color #FEEEFA: hue angle of 315º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEEEFA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254238250-
CMYK00.060.020.00
HSL315º88.89%96.47%-
HSV(B)315º6.3%99.61%-
XYZ88.789.12102.97-
YUV244.15131.3135.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 238 (93.36% from 255) = 32.08%
BLUE value IS 250 (98.05% 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.00
SystemRedGreenBlueCMYKHSL
Decimal25423825000.060.020.0031588.8996.47
HexFEEEFA062013b5960
Octal3763563720620473131140
Binary111111101110111011111010011010010011101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEFA; }

 p { color: rgb(254,238,250); }

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

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

 a { background-color: rgb(254,238,250); }

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

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

 span { border-color: rgb(254,238,250); }

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