#F3CDED

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

Shades of Snuff #F3CDED

Tints of Snuff #F3CDED

Color information

#F3CDED (or 0xF3CDED) is unknown color: approx Snuff. HEX triplet: F3, CD and ED. RGB value is (243,205,237). Sum of RGB (Red+Green+Blue) = 243+205+237=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDED is #0C3212. Grayscale: #DBDBDB. Windows color (decimal): -799251 or 15584755. OLE color: 15584755.

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

Color convert

RGB243205237-
CMYK00.160.020.05
HSL309.47º61.29%87.84%-
HSV(B)309.47º15.64%95.29%-
XYZ74.0868.8389.5-
YUV220.01137.59144.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=35.47%
G=29.93%
B=34.60%

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
Decimal24320523700.160.020.05309.4761.2987.84
HexF3CDED010251353d58
Octal3633153550202546575130
Binary111100111100110111101101010000101011001101011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDED; }

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

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

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

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

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

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

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

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