#FFC6FA

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

Shades of Snuff #FFC6FA

Tints of Snuff #FFC6FA

Color information

#FFC6FA (or 0xFFC6FA) is unknown color: approx Snuff. HEX triplet: FF, C6 and FA. RGB value is (255,198,250). Sum of RGB (Red+Green+Blue) = 255+198+250=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 198 (77.73% from 255 or 28.17% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FA is #003905. Grayscale: #DCDCDC. Windows color (decimal): -14598 or 16434943. OLE color: 16434943.

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

Color convert

RGB255198250-
CMYK00.220.020
HSL305.26º100%88.82%-
HSV(B)305.26º22.35%100%-
XYZ78.6968.5599.53-
YUV220.97144.38152.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 198 (77.73% from 255) = 28.17%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=36.27%
G=28.17%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519825000.220.020305.2610088.82
HexFFC6FA016201316459
Octal37730637202620461144131
Binary11111111110001101111101001011010010011000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6FA; }

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

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

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

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

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

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

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

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