#FFC5FF

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

Shades of Snuff #FFC5FF

Tints of Snuff #FFC5FF

Color information

#FFC5FF (or 0xFFC5FF) is unknown color: approx Snuff. HEX triplet: FF, C5 and FF. RGB value is (255,197,255). Sum of RGB (Red+Green+Blue) = 255+197+255=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 197 (77.34% from 255 or 27.86% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FF is #003A00. Grayscale: #DCDCDC. Windows color (decimal): -14849 or 16762367. OLE color: 16762367.

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

Color convert

RGB255197255-
CMYK00.2300
HSL300º100%88.63%-
HSV(B)300º22.75%100%-
XYZ79.2668.41103.64-
YUV220.95147.22152.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 197 (77.34% from 255) = 27.86%
BLUE value IS 255 (100% from 255) = 36.07%
R=36.07%
G=27.86%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519725500.230030010088.63
HexFFC5FF0170012c6459
Octal37730537702700454144131
Binary1111111111000101111111110101110010010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5FF; }

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

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

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

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

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

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

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

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