#F4CBEB

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

Shades of Snuff #F4CBEB

Tints of Snuff #F4CBEB

Color information

#F4CBEB (or 0xF4CBEB) is unknown color: approx Snuff. HEX triplet: F4, CB and EB. RGB value is (244,203,235). Sum of RGB (Red+Green+Blue) = 244+203+235=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBEB is #0B3414. Grayscale: #DADADA. Windows color (decimal): -734229 or 15453172. OLE color: 15453172.

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

Color convert

RGB244203235-
CMYK00.170.040.04
HSL313.17º65.08%87.65%-
HSV(B)313.17º16.8%95.69%-
XYZ73.6667.9487.83-
YUV218.91137.08145.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=35.78%
G=29.77%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420323500.170.040.04313.1765.0887.65
HexF4CBEB011441394158
Octal36431335302144471101130
Binary11110100110010111110101101000110010010011100110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CBEB; }

 p { color: rgb(244,203,235); }

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

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

 a { background-color: rgb(244,203,235); }

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

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

 span { border-color: rgb(244,203,235); }

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