#FFC5FE

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

Shades of Snuff #FFC5FE

Tints of Snuff #FFC5FE

Color information

#FFC5FE (or 0xFFC5FE) is unknown color: approx Snuff. HEX triplet: FF, C5 and FE. RGB value is (255,197,254). Sum of RGB (Red+Green+Blue) = 255+197+254=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 197 (77.34% from 255 or 27.90% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FE is #003A01. Grayscale: #DCDCDC. Windows color (decimal): -14850 or 16696831. OLE color: 16696831.

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

Color convert

RGB255197254-
CMYK00.230.000
HSL301.03º100%88.63%-
HSV(B)301.03º22.75%100%-
XYZ79.168.35102.79-
YUV220.84146.72152.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 197 (77.34% from 255) = 27.90%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=36.12%
G=27.90%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519725400.230.000301.0310088.63
HexFFC5FE0170012d6459
Octal37730537602700455144131
Binary1111111111000101111111100101110010010110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5FE; }

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

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

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

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

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

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

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

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