#FFDEF6

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

Shades of Lavender Blush #FFDEF6

Tints of Lavender Blush #FFDEF6

Color information

#FFDEF6 (or 0xFFDEF6) is unknown color: approx Lavender Blush. HEX triplet: FF, DE and F6. RGB value is (255,222,246). Sum of RGB (Red+Green+Blue) = 255+222+246=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 246 (96.48% from 255 or 34.02% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF6 is #002109. Grayscale: #EAEAEA. Windows color (decimal): -8458 or 16178943. OLE color: 16178943.

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

Color convert

RGB255222246-
CMYK00.130.040
HSL316.36º100%93.53%-
HSV(B)316.36º12.94%100%-
XYZ8480.1698.23-
YUV234.6134.43142.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 222 (87.11% from 255) = 30.71%
BLUE value IS 246 (96.48% from 255) = 34.02%
R=35.27%
G=30.71%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522224600.130.040316.3610093.53
HexFFDEF60D4013c645e
Octal37733636601540474144136
Binary11111111110111101111011001101100010011110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEF6; }

 p { color: rgb(255,222,246); }

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

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

 a { background-color: rgb(255,222,246); }

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

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

 span { border-color: rgb(255,222,246); }

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