#FDEDF3

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

Shades of Lavender Blush #FDEDF3

Tints of Lavender Blush #FDEDF3

Color information

#FDEDF3 (or 0xFDEDF3) is unknown color: approx Lavender Blush. HEX triplet: FD, ED and F3. RGB value is (253,237,243). Sum of RGB (Red+Green+Blue) = 253+237+243=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 243 (95.31% from 255 or 33.15% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF3 is #02120C. Grayscale: #F2F2F2. Windows color (decimal): -135693 or 15986173. OLE color: 15986173.

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

Color convert

RGB253237243-
CMYK00.060.040.01
HSL337.5º80%96.08%-
HSV(B)337.5º6.32%99.22%-
XYZ86.9787.9297.18-
YUV242.47128.3135.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 237 (92.97% from 255) = 32.33%
BLUE value IS 243 (95.31% from 255) = 33.15%
R=34.52%
G=32.33%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323724300.060.040.01337.58096.08
HexFDEDF306411525060
Octal3753553630641522120140
Binary1111110111101101111100110110100110101001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDF3; }

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

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

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

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

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

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

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

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