#F3CCEF

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

Shades of Snuff #F3CCEF

Tints of Snuff #F3CCEF

Color information

#F3CCEF (or 0xF3CCEF) is unknown color: approx Snuff. HEX triplet: F3, CC and EF. RGB value is (243,204,239). Sum of RGB (Red+Green+Blue) = 243+204+239=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CCEF is #0C3310. Grayscale: #DBDBDB. Windows color (decimal): -799505 or 15715571. OLE color: 15715571.

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

Color convert

RGB243204239-
CMYK00.160.020.05
HSL306.15º61.9%87.65%-
HSV(B)306.15º16.05%95.29%-
XYZ74.1468.4790.97-
YUV219.65138.92144.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=35.42%
G=29.74%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320423900.160.020.05306.1561.987.65
HexF3CCEF010251323e58
Octal3633143570202546276130
Binary111100111100110011101111010000101011001100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCEF; }

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

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

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

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

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

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

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

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