#FDF7F8

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

Shades of Lavender Blush #FDF7F8

Tints of Lavender Blush #FDF7F8

Color information

#FDF7F8 (or 0xFDF7F8) is unknown color: approx Lavender Blush. HEX triplet: FD, F7 and F8. RGB value is (253,247,248). Sum of RGB (Red+Green+Blue) = 253+247+248=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 248 (97.27% from 255 or 33.16% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7F8 is #020807. Grayscale: #F8F8F8. Windows color (decimal): -133128 or 16316413. OLE color: 16316413.

HSL color Cylindrical-coordinate representation of color #FDF7F8: hue angle of 350º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF7F8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253247248-
CMYK00.020.020.01
HSL350º60%98.04%-
HSV(B)350º2.37%99.22%-
XYZ90.7194.18102.2-
YUV248.91127.49130.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.82%
GREEN value IS 247 (96.88% from 255) = 33.02%
BLUE value IS 248 (97.27% from 255) = 33.16%
R=33.82%
G=33.02%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324724800.020.020.013506098.04
HexFDF7F8022115e3c62
Octal375367370022153674142
Binary1111110111110111111110000101011010111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7F8; }

 p { color: rgb(253,247,248); }

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

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

 a { background-color: rgb(253,247,248); }

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

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

 span { border-color: rgb(253,247,248); }

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