#F2C7EE

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

Shades of Snuff #F2C7EE

Tints of Snuff #F2C7EE

Color information

#F2C7EE (or 0xF2C7EE) is unknown color: approx Snuff. HEX triplet: F2, C7 and EE. RGB value is (242,199,238). Sum of RGB (Red+Green+Blue) = 242+199+238=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7EE is #0D3811. Grayscale: #D8D8D8. Windows color (decimal): -866322 or 15648754. OLE color: 15648754.

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

Color convert

RGB242199238-
CMYK00.180.020.05
HSL305.58º62.32%86.47%-
HSV(B)305.58º17.77%94.9%-
XYZ72.4765.989.79-
YUV216.3140.25146.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 199 (78.12% from 255) = 29.31%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=35.64%
G=29.31%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219923800.180.020.05305.5862.3286.47
HexF2C7EE012251323e56
Octal3623073560222546276126
Binary111100101100011111101110010010101011001100101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7EE; }

 p { color: rgb(242,199,238); }

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

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

 a { background-color: rgb(242,199,238); }

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

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

 span { border-color: rgb(242,199,238); }

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