#FFC0FF

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

Shades of Snuff #FFC0FF

Tints of Snuff #FFC0FF

Color information

#FFC0FF (or 0xFFC0FF) is unknown color: approx Snuff. HEX triplet: FF, C0 and FF. RGB value is (255,192,255). Sum of RGB (Red+Green+Blue) = 255+192+255=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 192 (75.39% from 255 or 27.35% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FF is #003F00. Grayscale: #D9D9D9. Windows color (decimal): -16129 or 16761087. OLE color: 16761087.

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

Color convert

RGB255192255-
CMYK00.2500
HSL300º100%87.65%-
HSV(B)300º24.71%100%-
XYZ78.1466.18103.26-
YUV218.02148.87154.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 192 (75.39% from 255) = 27.35%
BLUE value IS 255 (100% from 255) = 36.32%
R=36.32%
G=27.35%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519225500.250030010087.65
HexFFC0FF0190012c6458
Octal37730037703100454144130
Binary1111111111000000111111110110010010010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0FF; }

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

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

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

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

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

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

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

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