Html Css Color HEX #F4DCF2 Snuff

📋 copy color: '#F4DCF2'

red 244 ◦ green 220 ◦ blue 242

#F4DCF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F4DCF2

Tints of Snuff #F4DCF2

RGB

 RED value IS 244 (95.7% from 255) = 34.56%

 GREEN value IS 220 (86.33% from 255) = 31.16%

 BLUE value IS 242 (94.92% from 255) = 34.28%

R = 34.56%
G = 31.16%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4DCF2 (or 0xF4DCF2) is known color: Snuff. HEX triplet: F4, DC and F2. RGB value is (244,220,242). Sum of RGB (Red+Green+Blue) = 244+220+242=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCF2 is #0B230D. Grayscale: #E5E5E5. Windows color (decimal): -729870 or 15916276. OLE color: 15916276.

HSL color Cylindrical-coordinate representation of color #F4DCF2: hue angle of 305º degrees, saturation: 0.52, 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 #F4DCF2 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 242 -
CMYK 0 0.10 0.01 0.04
HSL 305º 0.52% 0.91% -
HSV(B) 305º 0.1% 0.96% -
XYZ 78.93 76.83 94.67 -
YUV 229.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 244 220 242 0 0.10 0.01 0.04 305 0.52 0.91
Hex F4 DC F2 0 A 1 4 131 34 5B
Octal 364 334 362 0 12 1 4 461 64 133
Binary 11110100 11011100 11110010 0 1010 1 100 100110001 110100 1011011

Color Harmonies of #F4DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCF2

Black with #F4DCF2

Text Example


Text Example

White with #F4DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCF2; }

 p { color: rgb(244,220,242); }

 H1.HeaderClassName
 {
   color: #F4DCF2;
 }
 .AnyTagClassName
 {
   color: #F4DCF2;
 }
</style>

background-color css

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

 a { background-color: rgb(244,220,242); }

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

border-color css

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

 span { border-color: rgb(244,220,242); }

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