#FFC2FC

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

Shades of Snuff #FFC2FC

Tints of Snuff #FFC2FC

Color information

#FFC2FC (or 0xFFC2FC) is unknown color: approx Snuff. HEX triplet: FF, C2 and FC. RGB value is (255,194,252). Sum of RGB (Red+Green+Blue) = 255+194+252=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 194 (76.17% from 255 or 27.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2FC is #003D03. Grayscale: #DADADA. Windows color (decimal): -15620 or 16564991. OLE color: 16564991.

HSL color Cylindrical-coordinate representation of color #FFC2FC: hue angle of 302.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2FC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255194252-
CMYK00.240.010
HSL302.95º100%88.04%-
HSV(B)302.95º23.92%100%-
XYZ78.166.87100.89-
YUV218.85146.71153.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 194 (76.17% from 255) = 27.67%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=36.38%
G=27.67%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519425200.240.010302.9510088.04
HexFFC2FC0181012f6458
Octal37730237403010457144130
Binary1111111111000010111111000110001010010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2FC; }

 p { color: rgb(255,194,252); }

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

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

 a { background-color: rgb(255,194,252); }

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

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

 span { border-color: rgb(255,194,252); }

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