#F3CCF1

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

Shades of Snuff #F3CCF1

Tints of Snuff #F3CCF1

Color information

#F3CCF1 (or 0xF3CCF1) is unknown color: approx Snuff. HEX triplet: F3, CC and F1. RGB value is (243,204,241). Sum of RGB (Red+Green+Blue) = 243+204+241=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CCF1 is #0C330E. Grayscale: #DBDBDB. Windows color (decimal): -799503 or 15846643. OLE color: 15846643.

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

Color convert

RGB243204241-
CMYK00.160.010.05
HSL303.08º61.9%87.65%-
HSV(B)303.08º16.05%95.29%-
XYZ74.4368.5992.54-
YUV219.88139.92144.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=35.32%
G=29.65%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320424100.160.010.05303.0861.987.65
HexF3CCF10101512f3e58
Octal3633143610201545776130
Binary11110011110011001111000101000011011001011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCF1; }

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

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

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

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

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

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

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

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