#F3CBED

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

Shades of Snuff #F3CBED

Tints of Snuff #F3CBED

Color information

#F3CBED (or 0xF3CBED) is unknown color: approx Snuff. HEX triplet: F3, CB and ED. RGB value is (243,203,237). Sum of RGB (Red+Green+Blue) = 243+203+237=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBED is #0C3412. Grayscale: #DADADA. Windows color (decimal): -799763 or 15584243. OLE color: 15584243.

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

Color convert

RGB243203237-
CMYK00.160.020.05
HSL309º62.5%87.45%-
HSV(B)309º16.46%95.29%-
XYZ73.667.8889.34-
YUV218.84138.25145.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.58%
GREEN value IS 203 (79.69% from 255) = 29.72%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=35.58%
G=29.72%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320323700.160.020.0530962.587.45
HexF3CBED010251353e57
Octal3633133550202546576127
Binary111100111100101111101101010000101011001101011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBED; }

 p { color: rgb(243,203,237); }

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

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

 a { background-color: rgb(243,203,237); }

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

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

 span { border-color: rgb(243,203,237); }

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