Html Css Color HEX #F0DFEC Snuff

📋 copy color: '#F0DFEC'

red 240 ◦ green 223 ◦ blue 236

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

Shades of Snuff #F0DFEC

Tints of Snuff #F0DFEC

RGB

 RED value IS 240 (94.14% from 255) = 34.33%

 GREEN value IS 223 (87.5% from 255) = 31.9%

 BLUE value IS 236 (92.58% from 255) = 33.76%

R = 34.33%
G = 31.9%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0DFEC (or 0xF0DFEC) is known color: Snuff. HEX triplet: F0, DF and EC. RGB value is (240,223,236). Sum of RGB (Red+Green+Blue) = 240+223+236=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFEC is #0F2013. Grayscale: #E5E5E5. Windows color (decimal): -991252 or 15523824. OLE color: 15523824.

HSL color Cylindrical-coordinate representation of color #F0DFEC: hue angle of 314.12º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DFEC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 236 -
CMYK 0 0.07 0.02 0.06
HSL 314.12º 0.36% 0.91% -
HSV(B) 314.12º 0.07% 0.94% -
XYZ 77.46 77.36 90.21 -
YUV 229.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 240 223 236 0 0.07 0.02 0.06 314.12 0.36 0.91
Hex F0 DF EC 0 7 2 6 13A 24 5B
Octal 360 337 354 0 7 2 6 472 44 133
Binary 11110000 11011111 11101100 0 111 10 110 100111010 100100 1011011

Color Harmonies of #F0DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFEC

Black with #F0DFEC

Text Example


Text Example

White with #F0DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFEC; }

 p { color: rgb(240,223,236); }

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

background-color css

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

 a { background-color: rgb(240,223,236); }

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

border-color css

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

 span { border-color: rgb(240,223,236); }

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