#FFC1FA

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

Shades of Snuff #FFC1FA

Tints of Snuff #FFC1FA

Color information

#FFC1FA (or 0xFFC1FA) is unknown color: approx Snuff. HEX triplet: FF, C1 and FA. RGB value is (255,193,250). Sum of RGB (Red+Green+Blue) = 255+193+250=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FA is #003E05. Grayscale: #D9D9D9. Windows color (decimal): -15878 or 16433663. OLE color: 16433663.

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

Color convert

RGB255193250-
CMYK00.240.020
HSL304.84º100%87.84%-
HSV(B)304.84º24.31%100%-
XYZ77.5766.399.15-
YUV218.04146.04154.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 193 (75.78% from 255) = 27.65%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=36.53%
G=27.65%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519325000.240.020304.8410087.84
HexFFC1FA018201316458
Octal37730137203020461144130
Binary11111111110000011111101001100010010011000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1FA; }

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

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

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

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

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

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

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

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