Html Css Color HEX #F0DFED Snuff

📋 copy color: '#F0DFED'

red 240 ◦ green 223 ◦ blue 237

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

Shades of Snuff #F0DFED

Tints of Snuff #F0DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.86%

R = 34.29%
G = 31.86%
B = 33.86%

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

#F0DFED (or 0xF0DFED) is known color: Snuff. HEX triplet: F0, DF and ED. RGB value is (240,223,237). Sum of RGB (Red+Green+Blue) = 240+223+237=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFED is #0F2012. Grayscale: #E5E5E5. Windows color (decimal): -991251 or 15589360. OLE color: 15589360.

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

Color convert

RGB 240 223 237 -
CMYK 0 0.07 0.01 0.06
HSL 310.59º 0.36% 0.91% -
HSV(B) 310.59º 0.07% 0.94% -
XYZ 77.61 77.42 90.97 -
YUV 229.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 240 223 237 0 0.07 0.01 0.06 310.59 0.36 0.91
Hex F0 DF ED 0 7 1 6 137 24 5B
Octal 360 337 355 0 7 1 6 467 44 133
Binary 11110000 11011111 11101101 0 111 1 110 100110111 100100 1011011

Color Harmonies of #F0DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFED

Black with #F0DFED

Text Example


Text Example

White with #F0DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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