#FFC0FC

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

Shades of Snuff #FFC0FC

Tints of Snuff #FFC0FC

Color information

#FFC0FC (or 0xFFC0FC) is unknown color: approx Snuff. HEX triplet: FF, C0 and FC. RGB value is (255,192,252). Sum of RGB (Red+Green+Blue) = 255+192+252=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FC is #003F03. Grayscale: #D9D9D9. Windows color (decimal): -16132 or 16564479. OLE color: 16564479.

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

Color convert

RGB255192252-
CMYK00.250.010
HSL302.86º100%87.65%-
HSV(B)302.86º24.71%100%-
XYZ77.6665.99100.74-
YUV217.68147.37154.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 192 (75.39% from 255) = 27.47%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=36.48%
G=27.47%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519225200.250.010302.8610087.65
HexFFC0FC0191012f6458
Octal37730037403110457144130
Binary1111111111000000111111000110011010010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0FC; }

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

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

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

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

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

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

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

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