Html Css Color HEX #F0CFEF Snuff

📋 copy color: '#F0CFEF'

red 240 ◦ green 207 ◦ blue 239

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

Shades of Snuff #F0CFEF

Tints of Snuff #F0CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.84%

R = 34.99%
G = 30.17%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0CFEF (or 0xF0CFEF) is known color: Snuff. HEX triplet: F0, CF and EF. RGB value is (240,207,239). Sum of RGB (Red+Green+Blue) = 240+207+239=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFEF is #0F3010. Grayscale: #DCDCDC. Windows color (decimal): -995345 or 15716336. OLE color: 15716336.

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

Color convert

RGB 240 207 239 -
CMYK 0 0.14 0.00 0.06
HSL 301.82º 0.52% 0.88% -
HSV(B) 301.82º 0.14% 0.94% -
XYZ 73.83 69.38 91.16 -
YUV 220.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 240 207 239 0 0.14 0.00 0.06 301.82 0.52 0.88
Hex F0 CF EF 0 E 0 6 12E 34 58
Octal 360 317 357 0 16 0 6 456 64 130
Binary 11110000 11001111 11101111 0 1110 0 110 100101110 110100 1011000

Color Harmonies of #F0CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFEF

Black with #F0CFEF

Text Example


Text Example

White with #F0CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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