#F4DBF1

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

Shades of Snuff #F4DBF1

Tints of Snuff #F4DBF1

Color information

#F4DBF1 (or 0xF4DBF1) is unknown color: approx Snuff. HEX triplet: F4, DB and F1. RGB value is (244,219,241). Sum of RGB (Red+Green+Blue) = 244+219+241=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBF1 is #0B240E. Grayscale: #E4E4E4. Windows color (decimal): -730127 or 15850484. OLE color: 15850484.

HSL color Cylindrical-coordinate representation of color #F4DBF1: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBF1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244219241-
CMYK00.100.010.04
HSL307.2º53.19%90.78%-
HSV(B)307.2º10.25%95.69%-
XYZ78.5276.2593.8-
YUV228.98134.78138.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.66%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 241 (94.53% from 255) = 34.23%
R=34.66%
G=31.11%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421924100.100.010.04307.253.1990.78
HexF4DBF10A14133355b
Octal3643333610121446365133
Binary1111010011011011111100010101011001001100111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DBF1; }

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

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

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

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

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

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

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

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