Html Css Color HEX #F0C2F3 Snuff

📋 copy color: '#F0C2F3'

red 240 ◦ green 194 ◦ blue 243

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

Shades of Snuff #F0C2F3

Tints of Snuff #F0C2F3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.66%

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 35.45%
G = 28.66%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0C2F3 (or 0xF0C2F3) is known color: Snuff. HEX triplet: F0, C2 and F3. RGB value is (240,194,243). Sum of RGB (Red+Green+Blue) = 240+194+243=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0C2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2F3 is #0F3D0C. Grayscale: #D5D5D5. Windows color (decimal): -998669 or 15975152. OLE color: 15975152.

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

Color convert

RGB 240 194 243 -
CMYK 0.01 0.20 0 0.05
HSL 296.33º 0.67% 0.86% -
HSV(B) 296.33º 0.2% 0.95% -
XYZ 71.4 63.58 93.3 -
YUV 213.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 240 194 243 0.01 0.20 0 0.05 296.33 0.67 0.86
Hex F0 C2 F3 1 14 0 5 128 43 56
Octal 360 302 363 1 24 0 5 450 103 126
Binary 11110000 11000010 11110011 1 10100 0 101 100101000 1000011 1010110

Color Harmonies of #F0C2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2F3

Black with #F0C2F3

Text Example


Text Example

White with #F0C2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2F3; }

 p { color: rgb(240,194,243); }

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

background-color css

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

 a { background-color: rgb(240,194,243); }

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

border-color css

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

 span { border-color: rgb(240,194,243); }

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