#F3CCEC

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

Shades of Snuff #F3CCEC

Tints of Snuff #F3CCEC

Color information

#F3CCEC (or 0xF3CCEC) is unknown color: approx Snuff. HEX triplet: F3, CC and EC. RGB value is (243,204,236). Sum of RGB (Red+Green+Blue) = 243+204+236=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CCEC is #0C3313. Grayscale: #DBDBDB. Windows color (decimal): -799508 or 15518963. OLE color: 15518963.

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

Color convert

RGB243204236-
CMYK00.160.030.05
HSL310.77º61.9%87.65%-
HSV(B)310.77º16.05%95.29%-
XYZ73.768.388.66-
YUV219.31137.42144.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=35.58%
G=29.87%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320423600.160.030.05310.7761.987.65
HexF3CCEC010351373e58
Octal3633143540203546776130
Binary111100111100110011101100010000111011001101111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCEC; }

 p { color: rgb(243,204,236); }

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

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

 a { background-color: rgb(243,204,236); }

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

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

 span { border-color: rgb(243,204,236); }

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