#FFC5FA

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

Shades of Snuff #FFC5FA

Tints of Snuff #FFC5FA

Color information

#FFC5FA (or 0xFFC5FA) is unknown color: approx Snuff. HEX triplet: FF, C5 and FA. RGB value is (255,197,250). Sum of RGB (Red+Green+Blue) = 255+197+250=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FA is #003A05. Grayscale: #DCDCDC. Windows color (decimal): -14854 or 16434687. OLE color: 16434687.

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

Color convert

RGB255197250-
CMYK00.230.020
HSL305.17º100%88.63%-
HSV(B)305.17º22.75%100%-
XYZ78.4668.0999.45-
YUV220.38144.72152.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 197 (77.34% from 255) = 28.06%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=36.32%
G=28.06%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519725000.230.020305.1710088.63
HexFFC5FA017201316459
Octal37730537202720461144131
Binary11111111110001011111101001011110010011000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5FA; }

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

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

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

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

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

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

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

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