#FEEAFA

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

Shades of Lavender Blush #FEEAFA

Tints of Lavender Blush #FEEAFA

Color information

#FEEAFA (or 0xFEEAFA) is unknown color: approx Lavender Blush. HEX triplet: FE, EA and FA. RGB value is (254,234,250). Sum of RGB (Red+Green+Blue) = 254+234+250=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFA is #011505. Grayscale: #F1F1F1. Windows color (decimal): -70918 or 16444158. OLE color: 16444158.

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

Color convert

RGB254234250-
CMYK00.080.020.00
HSL312º90.91%95.69%-
HSV(B)312º7.87%99.61%-
XYZ87.5586.82102.59-
YUV241.8132.63136.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 234 (91.80% from 255) = 31.71%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=34.42%
G=31.71%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423425000.080.020.0031290.9195.69
HexFEEAFA08201385b60
Octal37635237201020470133140
Binary1111111011101010111110100100010010011100010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAFA; }

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

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

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

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

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

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

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

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