#FFC1FC

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

Shades of Snuff #FFC1FC

Tints of Snuff #FFC1FC

Color information

#FFC1FC (or 0xFFC1FC) is unknown color: approx Snuff. HEX triplet: FF, C1 and FC. RGB value is (255,193,252). Sum of RGB (Red+Green+Blue) = 255+193+252=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 193 (75.78% from 255 or 27.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FC is #003E03. Grayscale: #DADADA. Windows color (decimal): -15876 or 16564735. OLE color: 16564735.

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

Color convert

RGB255193252-
CMYK00.240.010
HSL302.9º100%87.84%-
HSV(B)302.9º24.31%100%-
XYZ77.8866.43100.81-
YUV218.26147.04154.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 193 (75.78% from 255) = 27.57%
BLUE value IS 252 (98.83% from 255) = 36%
R=36.43%
G=27.57%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519325200.240.010302.910087.84
HexFFC1FC0181012f6458
Octal37730137403010457144130
Binary1111111111000001111111000110001010010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1FC; }

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

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

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

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

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

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

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

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