#F4DBEE

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

Shades of Snuff #F4DBEE

Tints of Snuff #F4DBEE

Color information

#F4DBEE (or 0xF4DBEE) is unknown color: approx Snuff. HEX triplet: F4, DB and EE. RGB value is (244,219,238). Sum of RGB (Red+Green+Blue) = 244+219+238=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBEE is #0B2411. Grayscale: #E4E4E4. Windows color (decimal): -730130 or 15653876. OLE color: 15653876.

HSL color Cylindrical-coordinate representation of color #F4DBEE: hue angle of 314.4º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244219238-
CMYK00.100.020.04
HSL314.4º53.19%90.78%-
HSV(B)314.4º10.25%95.69%-
XYZ78.0776.0791.46-
YUV228.64133.28138.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 219 (85.94% from 255) = 31.24%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=34.81%
G=31.24%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421923800.100.020.04314.453.1990.78
HexF4DBEE0A2413a355b
Octal3643333560122447265133
Binary11110100110110111110111001010101001001110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DBEE; }

 p { color: rgb(244,219,238); }

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

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

 a { background-color: rgb(244,219,238); }

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

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

 span { border-color: rgb(244,219,238); }

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