#FFC5FC

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

Shades of Snuff #FFC5FC

Tints of Snuff #FFC5FC

Color information

#FFC5FC (or 0xFFC5FC) is unknown color: approx Snuff. HEX triplet: FF, C5 and FC. RGB value is (255,197,252). Sum of RGB (Red+Green+Blue) = 255+197+252=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FC is #003A03. Grayscale: #DCDCDC. Windows color (decimal): -14852 or 16565759. OLE color: 16565759.

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

Color convert

RGB255197252-
CMYK00.230.010
HSL303.1º100%88.63%-
HSV(B)303.1º22.75%100%-
XYZ78.7868.22101.11-
YUV220.61145.72152.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 197 (77.34% from 255) = 27.98%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=36.22%
G=27.98%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519725200.230.010303.110088.63
HexFFC5FC0171012f6459
Octal37730537402710457144131
Binary1111111111000101111111000101111010010111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5FC; }

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

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

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

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

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

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

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

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