Html Css Color HEX #F4DDF0 Snuff

📋 copy color: '#F4DDF0'

red 244 ◦ green 221 ◦ blue 240

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

Shades of Snuff #F4DDF0

Tints of Snuff #F4DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

 BLUE value IS 240 (94.14% from 255) = 34.04%

R = 34.61%
G = 31.35%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F4DDF0 (or 0xF4DDF0) is known color: Snuff. HEX triplet: F4, DD and F0. RGB value is (244,221,240). Sum of RGB (Red+Green+Blue) = 244+221+240=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF0 is #0B220F. Grayscale: #E5E5E5. Windows color (decimal): -729616 or 15785460. OLE color: 15785460.

HSL color Cylindrical-coordinate representation of color #F4DDF0: hue angle of 310.43º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDF0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 221 240 -
CMYK 0 0.09 0.02 0.04
HSL 310.43º 0.51% 0.91% -
HSV(B) 310.43º 0.09% 0.96% -
XYZ 78.89 77.24 93.19 -
YUV 230.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 244 221 240 0 0.09 0.02 0.04 310.43 0.51 0.91
Hex F4 DD F0 0 9 2 4 136 33 5B
Octal 364 335 360 0 11 2 4 466 63 133
Binary 11110100 11011101 11110000 0 1001 10 100 100110110 110011 1011011

Color Harmonies of #F4DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DDF0

Black with #F4DDF0

Text Example


Text Example

White with #F4DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DDF0; }

 p { color: rgb(244,221,240); }

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

background-color css

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

 a { background-color: rgb(244,221,240); }

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

border-color css

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

 span { border-color: rgb(244,221,240); }

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