Html Css Color HEX #F0C0F1 Snuff

📋 copy color: '#F0C0F1'

red 240 ◦ green 192 ◦ blue 241

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

Shades of Snuff #F0C0F1

Tints of Snuff #F0C0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.53%

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 35.66%
G = 28.53%
B = 35.81%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0C0F1 (or 0xF0C0F1) is known color: Snuff. HEX triplet: F0, C0 and F1. RGB value is (240,192,241). Sum of RGB (Red+Green+Blue) = 240+192+241=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0F1 is #0F3F0E. Grayscale: #D3D3D3. Windows color (decimal): -999183 or 15843568. OLE color: 15843568.

HSL color Cylindrical-coordinate representation of color #F0C0F1: hue angle of 298.78º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0F1 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 192 241 -
CMYK 0.00 0.20 0 0.05
HSL 298.78º 0.64% 0.85% -
HSV(B) 298.78º 0.2% 0.95% -
XYZ 70.66 62.58 91.57 -
YUV 211.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 240 192 241 0.00 0.20 0 0.05 298.78 0.64 0.85
Hex F0 C0 F1 0 14 0 5 12B 40 55
Octal 360 300 361 0 24 0 5 453 100 125
Binary 11110000 11000000 11110001 0 10100 0 101 100101011 1000000 1010101

Color Harmonies of #F0C0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0F1

Black with #F0C0F1

Text Example


Text Example

White with #F0C0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0F1; }

 p { color: rgb(240,192,241); }

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

background-color css

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

 a { background-color: rgb(240,192,241); }

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

border-color css

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

 span { border-color: rgb(240,192,241); }

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