#F4CEED

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

Shades of Snuff #F4CEED

Tints of Snuff #F4CEED

Color information

#F4CEED (or 0xF4CEED) is unknown color: approx Snuff. HEX triplet: F4, CE and ED. RGB value is (244,206,237). Sum of RGB (Red+Green+Blue) = 244+206+237=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEED is #0B3112. Grayscale: #DCDCDC. Windows color (decimal): -733459 or 15585012. OLE color: 15585012.

HSL color Cylindrical-coordinate representation of color #F4CEED: hue angle of 311.05º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CEED is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244206237-
CMYK00.160.030.04
HSL311.05º63.33%88.24%-
HSV(B)311.05º15.57%95.69%-
XYZ74.6769.4989.6-
YUV220.9137.09144.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.52%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=35.52%
G=29.99%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420623700.160.030.04311.0563.3388.24
HexF4CEED010341373f58
Octal3643163550203446777130
Binary111101001100111011101101010000111001001101111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEED; }

 p { color: rgb(244,206,237); }

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

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

 a { background-color: rgb(244,206,237); }

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

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

 span { border-color: rgb(244,206,237); }

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