Html Css Color HEX #F0CEED Snuff

📋 copy color: '#F0CEED'

red 240 ◦ green 206 ◦ blue 237

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

Shades of Snuff #F0CEED

Tints of Snuff #F0CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.16%

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

R = 35.14%
G = 30.16%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0CEED (or 0xF0CEED) is known color: Snuff. HEX triplet: F0, CE and ED. RGB value is (240,206,237). Sum of RGB (Red+Green+Blue) = 240+206+237=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEED is #0F3112. Grayscale: #DBDBDB. Windows color (decimal): -995603 or 15585008. OLE color: 15585008.

HSL color Cylindrical-coordinate representation of color #F0CEED: hue angle of 305.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEED is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 237 -
CMYK 0 0.14 0.01 0.06
HSL 305.29º 0.53% 0.87% -
HSV(B) 305.29º 0.14% 0.94% -
XYZ 73.29 68.78 89.53 -
YUV 219.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 240 206 237 0 0.14 0.01 0.06 305.29 0.53 0.87
Hex F0 CE ED 0 E 1 6 131 35 57
Octal 360 316 355 0 16 1 6 461 65 127
Binary 11110000 11001110 11101101 0 1110 1 110 100110001 110101 1010111

Color Harmonies of #F0CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEED

Black with #F0CEED

Text Example


Text Example

White with #F0CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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