#FDEDFA

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

Shades of Lavender Blush #FDEDFA

Tints of Lavender Blush #FDEDFA

Color information

#FDEDFA (or 0xFDEDFA) is unknown color: approx Lavender Blush. HEX triplet: FD, ED and FA. RGB value is (253,237,250). Sum of RGB (Red+Green+Blue) = 253+237+250=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDFA is #021205. Grayscale: #F3F3F3. Windows color (decimal): -135686 or 16444925. OLE color: 16444925.

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

Color convert

RGB253237250-
CMYK00.060.010.01
HSL311.25º80%96.08%-
HSV(B)311.25º6.32%99.22%-
XYZ88.0588.35102.86-
YUV243.27131.8134.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.19%
GREEN value IS 237 (92.97% from 255) = 32.03%
BLUE value IS 250 (98.05% from 255) = 33.78%
R=34.19%
G=32.03%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323725000.060.010.01311.258096.08
HexFDEDFA06111375060
Octal3753553720611467120140
Binary11111101111011011111101001101110011011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDFA; }

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

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

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

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

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

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

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

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