Html Css Color HEX #F0C3EF Snuff

📋 copy color: '#F0C3EF'

red 240 ◦ green 195 ◦ blue 239

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

Shades of Snuff #F0C3EF

Tints of Snuff #F0C3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.93%

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

R = 35.61%
G = 28.93%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0C3EF (or 0xF0C3EF) is known color: Snuff. HEX triplet: F0, C3 and EF. RGB value is (240,195,239). Sum of RGB (Red+Green+Blue) = 240+195+239=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3EF is #0F3C10. Grayscale: #D5D5D5. Windows color (decimal): -998417 or 15713264. OLE color: 15713264.

HSL color Cylindrical-coordinate representation of color #F0C3EF: hue angle of 301.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3EF is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 239 -
CMYK 0 0.19 0.00 0.06
HSL 301.33º 0.6% 0.85% -
HSV(B) 301.33º 0.19% 0.94% -
XYZ 71.03 63.79 90.23 -
YUV 213.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 240 195 239 0 0.19 0.00 0.06 301.33 0.6 0.85
Hex F0 C3 EF 0 13 0 6 12D 3C 55
Octal 360 303 357 0 23 0 6 455 74 125
Binary 11110000 11000011 11101111 0 10011 0 110 100101101 111100 1010101

Color Harmonies of #F0C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C3EF

Black with #F0C3EF

Text Example


Text Example

White with #F0C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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