Html Css Color HEX #F4DCF1 Snuff

📋 copy color: '#F4DCF1'

red 244 ◦ green 220 ◦ blue 241

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

Shades of Snuff #F4DCF1

Tints of Snuff #F4DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.18%

R = 34.61%
G = 31.21%
B = 34.18%

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

#F4DCF1 (or 0xF4DCF1) is known color: Snuff. HEX triplet: F4, DC and F1. RGB value is (244,220,241). Sum of RGB (Red+Green+Blue) = 244+220+241=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCF1 is #0B230E. Grayscale: #E5E5E5. Windows color (decimal): -729871 or 15850740. OLE color: 15850740.

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

Color convert

RGB 244 220 241 -
CMYK 0 0.10 0.01 0.04
HSL 307.5º 0.52% 0.91% -
HSV(B) 307.5º 0.1% 0.96% -
XYZ 78.78 76.77 93.89 -
YUV 229.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 244 220 241 0 0.10 0.01 0.04 307.5 0.52 0.91
Hex F4 DC F1 0 A 1 4 134 34 5B
Octal 364 334 361 0 12 1 4 464 64 133
Binary 11110100 11011100 11110001 0 1010 1 100 100110100 110100 1011011

Color Harmonies of #F4DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCF1

Black with #F4DCF1

Text Example


Text Example

White with #F4DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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