Html Css Color HEX #F4DCEF Snuff

📋 copy color: '#F4DCEF'

red 244 ◦ green 220 ◦ blue 239

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

Shades of Snuff #F4DCEF

Tints of Snuff #F4DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34%

R = 34.71%
G = 31.29%
B = 34%

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

#F4DCEF (or 0xF4DCEF) is known color: Snuff. HEX triplet: F4, DC and EF. RGB value is (244,220,239). Sum of RGB (Red+Green+Blue) = 244+220+239=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCEF is #0B2310. Grayscale: #E5E5E5. Windows color (decimal): -729873 or 15719668. OLE color: 15719668.

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

Color convert

RGB 244 220 239 -
CMYK 0 0.10 0.02 0.04
HSL 312.5º 0.52% 0.91% -
HSV(B) 312.5º 0.1% 0.96% -
XYZ 78.48 76.65 92.32 -
YUV 229.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 244 220 239 0 0.10 0.02 0.04 312.5 0.52 0.91
Hex F4 DC EF 0 A 2 4 138 34 5B
Octal 364 334 357 0 12 2 4 470 64 133
Binary 11110100 11011100 11101111 0 1010 10 100 100111000 110100 1011011

Color Harmonies of #F4DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCEF

Black with #F4DCEF

Text Example


Text Example

White with #F4DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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