Html Css Color HEX #F0DFEE Snuff

📋 copy color: '#F0DFEE'

red 240 ◦ green 223 ◦ blue 238

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

Shades of Snuff #F0DFEE

Tints of Snuff #F0DFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.95%

R = 34.24%
G = 31.81%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0DFEE (or 0xF0DFEE) is known color: Snuff. HEX triplet: F0, DF and EE. RGB value is (240,223,238). Sum of RGB (Red+Green+Blue) = 240+223+238=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFEE is #0F2011. Grayscale: #E5E5E5. Windows color (decimal): -991250 or 15654896. OLE color: 15654896.

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

Color convert

RGB 240 223 238 -
CMYK 0 0.07 0.01 0.06
HSL 307.06º 0.36% 0.91% -
HSV(B) 307.06º 0.07% 0.94% -
XYZ 77.76 77.47 91.74 -
YUV 229.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 240 223 238 0 0.07 0.01 0.06 307.06 0.36 0.91
Hex F0 DF EE 0 7 1 6 133 24 5B
Octal 360 337 356 0 7 1 6 463 44 133
Binary 11110000 11011111 11101110 0 111 1 110 100110011 100100 1011011

Color Harmonies of #F0DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFEE

Black with #F0DFEE

Text Example


Text Example

White with #F0DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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