#FDEFF7

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

Shades of Lavender Blush #FDEFF7

Tints of Lavender Blush #FDEFF7

Color information

#FDEFF7 (or 0xFDEFF7) is unknown color: approx Lavender Blush. HEX triplet: FD, EF and F7. RGB value is (253,239,247). Sum of RGB (Red+Green+Blue) = 253+239+247=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 247 (96.88% from 255 or 33.42% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFF7 is #021008. Grayscale: #F4F4F4. Windows color (decimal): -135177 or 16248829. OLE color: 16248829.

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

Color convert

RGB253239247-
CMYK00.060.020.01
HSL325.71º77.78%96.47%-
HSV(B)325.71º5.53%99.22%-
XYZ88.1689.33100.59-
YUV244.1129.64134.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 247 (96.88% from 255) = 33.42%
R=34.24%
G=32.34%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323924700.060.020.01325.7177.7896.47
HexFDEFF706211464e60
Octal3753573670621506116140
Binary111111011110111111110111011010110100011010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFF7; }

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

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

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

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

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

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

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

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