#FDEAF9

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

Shades of Lavender Blush #FDEAF9

Tints of Lavender Blush #FDEAF9

Color information

#FDEAF9 (or 0xFDEAF9) is unknown color: approx Lavender Blush. HEX triplet: FD, EA and F9. RGB value is (253,234,249). Sum of RGB (Red+Green+Blue) = 253+234+249=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF9 is #021506. Grayscale: #F1F1F1. Windows color (decimal): -136455 or 16378621. OLE color: 16378621.

HSL color Cylindrical-coordinate representation of color #FDEAF9: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAF9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253234249-
CMYK00.080.020.01
HSL312.63º82.61%95.49%-
HSV(B)312.63º7.51%99.22%-
XYZ87.0386.57101.74-
YUV241.39132.29136.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 31.79%
BLUE value IS 249 (97.66% from 255) = 33.83%
R=34.38%
G=31.79%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323424900.080.020.01312.6382.6195.49
HexFDEAF90821139535f
Octal37535237101021471123137
Binary1111110111101010111110010100010110011100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAF9; }

 p { color: rgb(253,234,249); }

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

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

 a { background-color: rgb(253,234,249); }

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

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

 span { border-color: rgb(253,234,249); }

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