#F0C0F1

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

Shades of Snuff #F0C0F1

Tints of Snuff #F0C0F1

Color information

#F0C0F1 (or 0xF0C0F1) is unknown color: approx Snuff. HEX triplet: F0, C0 and F1. RGB value is (240,192,241). Sum of RGB (Red+Green+Blue) = 240+192+241=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0F1 is #0F3F0E. Grayscale: #D3D3D3. Windows color (decimal): -999183 or 15843568. OLE color: 15843568.

HSL color Cylindrical-coordinate representation of color #F0C0F1: hue angle of 298.78º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0F1 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240192241-
CMYK0.000.2000.05
HSL298.78º63.64%84.9%-
HSV(B)298.78º20.33%94.51%-
XYZ70.6662.5891.57-
YUV211.94144.4148.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=35.66%
G=28.53%
B=35.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401922410.000.2000.05298.7863.6484.9
HexF0C0F10140512b4055
Octal36030036102405453100125
Binary111100001100000011110001010100010110010101110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0F1; }

 p { color: rgb(240,192,241); }

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

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

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

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

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

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

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