#F4CDF9

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

Shades of Snuff #F4CDF9

Tints of Snuff #F4CDF9

Color information

#F4CDF9 (or 0xF4CDF9) is unknown color: approx Snuff. HEX triplet: F4, CD and F9. RGB value is (244,205,249). Sum of RGB (Red+Green+Blue) = 244+205+249=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDF9 is #0B3206. Grayscale: #DDDDDD. Windows color (decimal): -733703 or 16371188. OLE color: 16371188.

HSL color Cylindrical-coordinate representation of color #F4CDF9: hue angle of 293.18º 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 #F4CDF9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244205249-
CMYK0.020.1800.02
HSL293.18º78.57%89.02%-
HSV(B)293.18º17.67%97.65%-
XYZ76.2469.7499.06-
YUV221.68143.42143.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.96%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 249 (97.66% from 255) = 35.67%
R=34.96%
G=29.37%
B=35.67%

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
Decimal2442052490.020.1800.02293.1878.5789.02
HexF4CDF9212021254f59
Octal36431537122202445117131
Binary111101001100110111111001101001001010010010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDF9; }

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

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

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

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

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

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

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

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