#FDEDF6

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

Shades of Lavender Blush #FDEDF6

Tints of Lavender Blush #FDEDF6

Color information

#FDEDF6 (or 0xFDEDF6) is unknown color: approx Lavender Blush. HEX triplet: FD, ED and F6. RGB value is (253,237,246). Sum of RGB (Red+Green+Blue) = 253+237+246=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 246 (96.48% from 255 or 33.42% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF6 is #021209. Grayscale: #F2F2F2. Windows color (decimal): -135690 or 16182781. OLE color: 16182781.

HSL color Cylindrical-coordinate representation of color #FDEDF6: hue angle of 326.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEDF6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB253237246-
CMYK00.060.030.01
HSL326.25º80%96.08%-
HSV(B)326.25º6.32%99.22%-
XYZ87.4388.199.59-
YUV242.81129.8135.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 237 (92.97% from 255) = 32.20%
BLUE value IS 246 (96.48% from 255) = 33.42%
R=34.38%
G=32.20%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323724600.060.030.01326.258096.08
HexFDEDF606311465060
Octal3753553660631506120140
Binary111111011110110111110110011011110100011010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDF6; }

 p { color: rgb(253,237,246); }

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

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

 a { background-color: rgb(253,237,246); }

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

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

 span { border-color: rgb(253,237,246); }

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