#FFC1FE

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

Shades of Snuff #FFC1FE

Tints of Snuff #FFC1FE

Color information

#FFC1FE (or 0xFFC1FE) is unknown color: approx Snuff. HEX triplet: FF, C1 and FE. RGB value is (255,193,254). Sum of RGB (Red+Green+Blue) = 255+193+254=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 193 (75.78% from 255 or 27.49% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FE is #003E01. Grayscale: #DADADA. Windows color (decimal): -15874 or 16695807. OLE color: 16695807.

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

Color convert

RGB255193254-
CMYK00.240.000
HSL300.97º100%87.84%-
HSV(B)300.97º24.31%100%-
XYZ78.266.56102.49-
YUV218.49148.04154.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 193 (75.78% from 255) = 27.49%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=36.32%
G=27.49%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519325400.240.000300.9710087.84
HexFFC1FE0180012d6458
Octal37730137603000455144130
Binary1111111111000001111111100110000010010110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1FE; }

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

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

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

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

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

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

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

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