Html Css Color HEX #F0CFEE Snuff

📋 copy color: '#F0CFEE'

red 240 ◦ green 207 ◦ blue 238

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

Shades of Snuff #F0CFEE

Tints of Snuff #F0CFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.22%

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

R = 35.04%
G = 30.22%
B = 34.74%

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

#F0CFEE (or 0xF0CFEE) is known color: Snuff. HEX triplet: F0, CF and EE. RGB value is (240,207,238). Sum of RGB (Red+Green+Blue) = 240+207+238=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFEE is #0F3011. Grayscale: #DCDCDC. Windows color (decimal): -995346 or 15650800. OLE color: 15650800.

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

Color convert

RGB 240 207 238 -
CMYK 0 0.14 0.01 0.06
HSL 303.64º 0.52% 0.88% -
HSV(B) 303.64º 0.14% 0.94% -
XYZ 73.68 69.32 90.39 -
YUV 220.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 240 207 238 0 0.14 0.01 0.06 303.64 0.52 0.88
Hex F0 CF EE 0 E 1 6 130 34 58
Octal 360 317 356 0 16 1 6 460 64 130
Binary 11110000 11001111 11101110 0 1110 1 110 100110000 110100 1011000

Color Harmonies of #F0CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFEE

Black with #F0CFEE

Text Example


Text Example

White with #F0CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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