#FFC1FF

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

Shades of Snuff #FFC1FF

Tints of Snuff #FFC1FF

Color information

#FFC1FF (or 0xFFC1FF) is unknown color: approx Snuff. HEX triplet: FF, C1 and FF. RGB value is (255,193,255). Sum of RGB (Red+Green+Blue) = 255+193+255=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 193 (75.78% from 255 or 27.45% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FF is #003E00. Grayscale: #DADADA. Windows color (decimal): -15873 or 16761343. OLE color: 16761343.

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

Color convert

RGB255193255-
CMYK00.2400
HSL300º100%87.84%-
HSV(B)300º24.31%100%-
XYZ78.3666.62103.34-
YUV218.61148.54153.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 193 (75.78% from 255) = 27.45%
BLUE value IS 255 (100% from 255) = 36.27%
R=36.27%
G=27.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519325500.240030010087.84
HexFFC1FF0180012c6458
Octal37730137703000454144130
Binary1111111111000001111111110110000010010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1FF; }

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

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

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

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

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

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

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

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