#F4CDF1

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

Shades of Snuff #F4CDF1

Tints of Snuff #F4CDF1

Color information

#F4CDF1 (or 0xF4CDF1) is unknown color: approx Snuff. HEX triplet: F4, CD and F1. RGB value is (244,205,241). Sum of RGB (Red+Green+Blue) = 244+205+241=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDF1 is #0B320E. Grayscale: #DCDCDC. Windows color (decimal): -733711 or 15846900. OLE color: 15846900.

HSL color Cylindrical-coordinate representation of color #F4CDF1: hue angle of 304.62º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDF1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244205241-
CMYK00.160.010.04
HSL304.62º63.93%88.04%-
HSV(B)304.62º15.98%95.69%-
XYZ75.0269.2592.63-
YUV220.76139.42144.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=35.36%
G=29.71%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420524100.160.010.04304.6263.9388.04
HexF4CDF1010141314058
Octal36431536102014461100130
Binary111101001100110111110001010000110010011000110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDF1; }

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

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

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

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

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

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

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

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