Html Css Color HEX #F0CFF6 Snuff

📋 copy color: '#F0CFF6'

red 240 ◦ green 207 ◦ blue 246

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

Shades of Snuff #F0CFF6

Tints of Snuff #F0CFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.5%

R = 34.63%
G = 29.87%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0CFF6 (or 0xF0CFF6) is known color: Snuff. HEX triplet: F0, CF and F6. RGB value is (240,207,246). Sum of RGB (Red+Green+Blue) = 240+207+246=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFF6 is #0F3009. Grayscale: #DDDDDD. Windows color (decimal): -995338 or 16175088. OLE color: 16175088.

HSL color Cylindrical-coordinate representation of color #F0CFF6: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CFF6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 207 246 -
CMYK 0.02 0.16 0 0.04
HSL 290.77º 0.68% 0.89% -
HSV(B) 290.77º 0.16% 0.96% -
XYZ 74.88 69.8 96.72 -
YUV 221.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 240 207 246 0.02 0.16 0 0.04 290.77 0.68 0.89
Hex F0 CF F6 2 10 0 4 123 44 59
Octal 360 317 366 2 20 0 4 443 104 131
Binary 11110000 11001111 11110110 10 10000 0 100 100100011 1000100 1011001

Color Harmonies of #F0CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFF6

Black with #F0CFF6

Text Example


Text Example

White with #F0CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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