#F3CDEA

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

Shades of Snuff #F3CDEA

Tints of Snuff #F3CDEA

Color information

#F3CDEA (or 0xF3CDEA) is unknown color: approx Snuff. HEX triplet: F3, CD and EA. RGB value is (243,205,234). Sum of RGB (Red+Green+Blue) = 243+205+234=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDEA is #0C3215. Grayscale: #DBDBDB. Windows color (decimal): -799254 or 15388147. OLE color: 15388147.

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

Color convert

RGB243205234-
CMYK00.160.040.05
HSL314.21º61.29%87.84%-
HSV(B)314.21º15.64%95.29%-
XYZ73.6468.6687.21-
YUV219.67136.09144.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=35.63%
G=30.06%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320523400.160.040.05314.2161.2987.84
HexF3CDEA0104513a3d58
Octal3633153520204547275130
Binary1111001111001101111010100100001001011001110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDEA; }

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

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

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

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

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

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

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

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