Html Css Color HEX #F0C9F2 Snuff

📋 copy color: '#F0C9F2'

red 240 ◦ green 201 ◦ blue 242

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

Shades of Snuff #F0C9F2

Tints of Snuff #F0C9F2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.43%

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 35.14%
G = 29.43%
B = 35.43%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0C9F2 (or 0xF0C9F2) is known color: Snuff. HEX triplet: F0, C9 and F2. RGB value is (240,201,242). Sum of RGB (Red+Green+Blue) = 240+201+242=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0C9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9F2 is #0F360D. Grayscale: #D9D9D9. Windows color (decimal): -996878 or 15911408. OLE color: 15911408.

HSL color Cylindrical-coordinate representation of color #F0C9F2: hue angle of 297.07º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C9F2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 201 242 -
CMYK 0.01 0.17 0 0.05
HSL 297.07º 0.61% 0.87% -
HSV(B) 297.07º 0.17% 0.95% -
XYZ 72.85 66.71 93.04 -
YUV 217.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 240 201 242 0.01 0.17 0 0.05 297.07 0.61 0.87
Hex F0 C9 F2 1 11 0 5 129 3D 57
Octal 360 311 362 1 21 0 5 451 75 127
Binary 11110000 11001001 11110010 1 10001 0 101 100101001 111101 1010111

Color Harmonies of #F0C9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9F2

Black with #F0C9F2

Text Example


Text Example

White with #F0C9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9F2; }

 p { color: rgb(240,201,242); }

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

background-color css

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

 a { background-color: rgb(240,201,242); }

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

border-color css

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

 span { border-color: rgb(240,201,242); }

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