#F4CBF2

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

Shades of Snuff #F4CBF2

Tints of Snuff #F4CBF2

Color information

#F4CBF2 (or 0xF4CBF2) is unknown color: approx Snuff. HEX triplet: F4, CB and F2. RGB value is (244,203,242). Sum of RGB (Red+Green+Blue) = 244+203+242=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBF2 is #0B340D. Grayscale: #DBDBDB. Windows color (decimal): -734222 or 15911924. OLE color: 15911924.

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

Color convert

RGB244203242-
CMYK00.170.010.04
HSL302.93º65.08%87.65%-
HSV(B)302.93º16.8%95.69%-
XYZ74.6968.3693.26-
YUV219.7140.58145.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=35.41%
G=29.46%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420324200.170.010.04302.9365.0887.65
HexF4CBF20111412f4158
Octal36431336202114457101130
Binary111101001100101111110010010001110010010111110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CBF2; }

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

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

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

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

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

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

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

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