#FFEDFC

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

Shades of Lavender Blush #FFEDFC

Tints of Lavender Blush #FFEDFC

Color information

#FFEDFC (or 0xFFEDFC) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and FC. RGB value is (255,237,252). Sum of RGB (Red+Green+Blue) = 255+237+252=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 237 (92.97% from 255 or 31.85% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFC is #001203. Grayscale: #F4F4F4. Windows color (decimal): -4612 or 16575999. OLE color: 16575999.

HSL color Cylindrical-coordinate representation of color #FFEDFC: hue angle of 310º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDFC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255237252-
CMYK00.070.010
HSL310º100%96.47%-
HSV(B)310º7.06%100%-
XYZ89.0988.86104.55-
YUV244.09132.46135.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.27%
GREEN value IS 237 (92.97% from 255) = 31.85%
BLUE value IS 252 (98.83% from 255) = 33.87%
R=34.27%
G=31.85%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523725200.070.01031010096.47
HexFFEDFC07101366460
Octal3773553740710466144140
Binary11111111111011011111110001111010011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDFC; }

 p { color: rgb(255,237,252); }

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

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

 a { background-color: rgb(255,237,252); }

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

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

 span { border-color: rgb(255,237,252); }

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