#F3CDF9

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

Shades of Snuff #F3CDF9

Tints of Snuff #F3CDF9

Color information

#F3CDF9 (or 0xF3CDF9) is unknown color: approx Snuff. HEX triplet: F3, CD and F9. RGB value is (243,205,249). Sum of RGB (Red+Green+Blue) = 243+205+249=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDF9 is #0C3206. Grayscale: #DDDDDD. Windows color (decimal): -799239 or 16371187. OLE color: 16371187.

HSL color Cylindrical-coordinate representation of color #F3CDF9: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CDF9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243205249-
CMYK0.020.1800.02
HSL291.82º78.57%89.02%-
HSV(B)291.82º17.67%97.65%-
XYZ75.8969.5699.05-
YUV221.38143.59143.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.86%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=34.86%
G=29.41%
B=35.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432052490.020.1800.02291.8278.5789.02
HexF3CDF9212021244f59
Octal36331537122202444117131
Binary111100111100110111111001101001001010010010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDF9; }

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

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

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

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

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

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

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

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