#FEDFF7

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

Shades of Lavender Blush #FEDFF7

Tints of Lavender Blush #FEDFF7

Color information

#FEDFF7 (or 0xFEDFF7) is unknown color: approx Lavender Blush. HEX triplet: FE, DF and F7. RGB value is (254,223,247). Sum of RGB (Red+Green+Blue) = 254+223+247=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 223 (87.5% from 255 or 30.80% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF7 is #012008. Grayscale: #EAEAEA. Windows color (decimal): -73737 or 16244734. OLE color: 16244734.

HSL color Cylindrical-coordinate representation of color #FEDFF7: hue angle of 313.55º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFF7 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254223247-
CMYK00.120.030.00
HSL313.55º93.94%93.53%-
HSV(B)313.55º12.2%99.61%-
XYZ84.0580.5699.12-
YUV235134.77141.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 223 (87.5% from 255) = 30.80%
BLUE value IS 247 (96.88% from 255) = 34.12%
R=35.08%
G=30.80%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422324700.120.030.00313.5593.9493.53
HexFEDFF70C3013a5e5e
Octal37633736701430472136136
Binary1111111011011111111101110110011010011101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFF7; }

 p { color: rgb(254,223,247); }

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

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

 a { background-color: rgb(254,223,247); }

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

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

 span { border-color: rgb(254,223,247); }

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