#FDEAF1

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

Shades of Lavender Blush #FDEAF1

Tints of Lavender Blush #FDEAF1

Color information

#FDEAF1 (or 0xFDEAF1) is unknown color: approx Lavender Blush. HEX triplet: FD, EA and F1. RGB value is (253,234,241). Sum of RGB (Red+Green+Blue) = 253+234+241=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF1 is #02150E. Grayscale: #F0F0F0. Windows color (decimal): -136463 or 15854333. OLE color: 15854333.

HSL color Cylindrical-coordinate representation of color #FDEAF1: hue angle of 337.89º 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 #FDEAF1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB253234241-
CMYK00.080.050.01
HSL337.89º82.61%95.49%-
HSV(B)337.89º7.51%99.22%-
XYZ85.8186.0895.31-
YUV240.48128.29136.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 234 (91.80% from 255) = 32.14%
BLUE value IS 241 (94.53% from 255) = 33.10%
R=34.75%
G=32.14%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323424100.080.050.01337.8982.6195.49
HexFDEAF10851152535f
Octal37535236101051522123137
Binary11111101111010101111000101000101110101001010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAF1; }

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

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

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

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

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

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

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

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