#FDEAF5

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

Shades of Lavender Blush #FDEAF5

Tints of Lavender Blush #FDEAF5

Color information

#FDEAF5 (or 0xFDEAF5) is unknown color: approx Lavender Blush. HEX triplet: FD, EA and F5. RGB value is (253,234,245). Sum of RGB (Red+Green+Blue) = 253+234+245=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 234 (91.80% from 255 or 31.97% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAF5 is #02150A. Grayscale: #F0F0F0. Windows color (decimal): -136459 or 16116477. OLE color: 16116477.

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

Color convert

RGB253234245-
CMYK00.080.030.01
HSL325.26º82.61%95.49%-
HSV(B)325.26º7.51%99.22%-
XYZ86.4186.3298.49-
YUV240.94130.29136.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 234 (91.80% from 255) = 31.97%
BLUE value IS 245 (96.09% from 255) = 33.47%
R=34.56%
G=31.97%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323424500.080.030.01325.2682.6195.49
HexFDEAF50831145535f
Octal37535236501031505123137
Binary1111110111101010111101010100011110100010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAF5; }

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

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

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

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

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

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

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

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