#F4CBEE

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

Shades of Snuff #F4CBEE

Tints of Snuff #F4CBEE

Color information

#F4CBEE (or 0xF4CBEE) is unknown color: approx Snuff. HEX triplet: F4, CB and EE. RGB value is (244,203,238). Sum of RGB (Red+Green+Blue) = 244+203+238=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBEE is #0B3411. Grayscale: #DBDBDB. Windows color (decimal): -734226 or 15649780. OLE color: 15649780.

HSL color Cylindrical-coordinate representation of color #F4CBEE: hue angle of 308.78º 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 #F4CBEE is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244203238-
CMYK00.170.020.04
HSL308.78º65.08%87.65%-
HSV(B)308.78º16.8%95.69%-
XYZ74.168.1290.13-
YUV219.25138.58145.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.62%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=35.62%
G=29.64%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420323800.170.020.04308.7865.0887.65
HexF4CBEE011241354158
Octal36431335602124465101130
Binary1111010011001011111011100100011010010011010110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CBEE; }

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

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

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

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

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

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

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

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