#F2C5F0

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

Shades of Snuff #F2C5F0

Tints of Snuff #F2C5F0

Color information

#F2C5F0 (or 0xF2C5F0) is unknown color: approx Snuff. HEX triplet: F2, C5 and F0. RGB value is (242,197,240). Sum of RGB (Red+Green+Blue) = 242+197+240=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C5F0 is #0D3A0F. Grayscale: #D7D7D7. Windows color (decimal): -866832 or 15779314. OLE color: 15779314.

HSL color Cylindrical-coordinate representation of color #F2C5F0: hue angle of 302.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C5F0 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242197240-
CMYK00.190.010.05
HSL302.67º63.38%86.08%-
HSV(B)302.67º18.6%94.9%-
XYZ72.3165.191.19-
YUV215.36141.91147-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 197 (77.34% from 255) = 29.01%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=35.64%
G=29.01%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219724000.190.010.05302.6763.3886.08
HexF2C5F00131512f3f56
Octal3623053600231545777126
Binary11110010110001011111000001001111011001011111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C5F0; }

 p { color: rgb(242,197,240); }

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

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

 a { background-color: rgb(242,197,240); }

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

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

 span { border-color: rgb(242,197,240); }

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