#F2CBEA

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

Shades of Snuff #F2CBEA

Tints of Snuff #F2CBEA

Color information

#F2CBEA (or 0xF2CBEA) is unknown color: approx Snuff. HEX triplet: F2, CB and EA. RGB value is (242,203,234). Sum of RGB (Red+Green+Blue) = 242+203+234=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEA is #0D3415. Grayscale: #DADADA. Windows color (decimal): -865302 or 15387634. OLE color: 15387634.

HSL color Cylindrical-coordinate representation of color #F2CBEA: hue angle of 312.31º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBEA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242203234-
CMYK00.160.030.05
HSL312.31º60%87.25%-
HSV(B)312.31º16.12%94.9%-
XYZ72.8367.5387.04-
YUV218.2136.92144.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=35.64%
G=29.90%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220323400.160.030.05312.316087.25
HexF2CBEA010351383c57
Octal3623133520203547074127
Binary111100101100101111101010010000111011001110001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBEA; }

 p { color: rgb(242,203,234); }

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

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

 a { background-color: rgb(242,203,234); }

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

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

 span { border-color: rgb(242,203,234); }

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