#F2CBEF

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

Shades of Snuff #F2CBEF

Tints of Snuff #F2CBEF

Color information

#F2CBEF (or 0xF2CBEF) is unknown color: approx Snuff. HEX triplet: F2, CB and EF. RGB value is (242,203,239). Sum of RGB (Red+Green+Blue) = 242+203+239=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEF is #0D3410. Grayscale: #DADADA. Windows color (decimal): -865297 or 15715314. OLE color: 15715314.

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

Color convert

RGB242203239-
CMYK00.160.010.05
HSL304.62º60%87.25%-
HSV(B)304.62º16.12%94.9%-
XYZ73.5567.8290.88-
YUV218.76139.42144.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=35.38%
G=29.68%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220323900.160.010.05304.626087.25
HexF2CBEF010151313c57
Octal3623133570201546174127
Binary11110010110010111110111101000011011001100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBEF; }

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

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

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

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

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

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

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

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