#FDEAF4

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

Shades of Lavender Blush #FDEAF4

Tints of Lavender Blush #FDEAF4

Color information

#FDEAF4 (or 0xFDEAF4) is unknown color: approx Lavender Blush. HEX triplet: FD, EA and F4. RGB value is (253,234,244). Sum of RGB (Red+Green+Blue) = 253+234+244=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF4 is #02150B. Grayscale: #F0F0F0. Windows color (decimal): -136460 or 16050941. OLE color: 16050941.

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

Color convert

RGB253234244-
CMYK00.080.040.01
HSL328.42º82.61%95.49%-
HSV(B)328.42º7.51%99.22%-
XYZ86.2686.2697.69-
YUV240.82129.79136.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 234 (91.80% from 255) = 32.01%
BLUE value IS 244 (95.70% from 255) = 33.38%
R=34.61%
G=32.01%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323424400.080.040.01328.4282.6195.49
HexFDEAF40841148535f
Octal37535236401041510123137
Binary11111101111010101111010001000100110100100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAF4; }

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

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

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

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

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

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

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

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