Html Css Color HEX #F4DBF0 Snuff

📋 copy color: '#F4DBF0'

red 244 ◦ green 219 ◦ blue 240

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

Shades of Snuff #F4DBF0

Tints of Snuff #F4DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.15%

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

R = 34.71%
G = 31.15%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F4DBF0 (or 0xF4DBF0) is known color: Snuff. HEX triplet: F4, DB and F0. RGB value is (244,219,240). Sum of RGB (Red+Green+Blue) = 244+219+240=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBF0 is #0B240F. Grayscale: #E4E4E4. Windows color (decimal): -730128 or 15784948. OLE color: 15784948.

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

Color convert

RGB 244 219 240 -
CMYK 0 0.10 0.02 0.04
HSL 309.6º 0.53% 0.91% -
HSV(B) 309.6º 0.1% 0.96% -
XYZ 78.37 76.19 93.01 -
YUV 228.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 244 219 240 0 0.10 0.02 0.04 309.6 0.53 0.91
Hex F4 DB F0 0 A 2 4 136 35 5B
Octal 364 333 360 0 12 2 4 466 65 133
Binary 11110100 11011011 11110000 0 1010 10 100 100110110 110101 1011011

Color Harmonies of #F4DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBF0

Black with #F4DBF0

Text Example


Text Example

White with #F4DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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