Html Css Color HEX #F0C4EB Snuff

📋 copy color: '#F0C4EB'

red 240 ◦ green 196 ◦ blue 235

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

Shades of Snuff #F0C4EB

Tints of Snuff #F0C4EB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.21%

 BLUE value IS 235 (92.19% from 255) = 35.02%

R = 35.77%
G = 29.21%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0C4EB (or 0xF0C4EB) is known color: Snuff. HEX triplet: F0, C4 and EB. RGB value is (240,196,235). Sum of RGB (Red+Green+Blue) = 240+196+235=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4EB is #0F3B14. Grayscale: #D5D5D5. Windows color (decimal): -998165 or 15451376. OLE color: 15451376.

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

Color convert

RGB 240 196 235 -
CMYK 0 0.18 0.02 0.06
HSL 306.82º 0.59% 0.85% -
HSV(B) 306.82º 0.18% 0.94% -
XYZ 70.67 64 87.23 -
YUV 213.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 240 196 235 0 0.18 0.02 0.06 306.82 0.59 0.85
Hex F0 C4 EB 0 12 2 6 133 3B 55
Octal 360 304 353 0 22 2 6 463 73 125
Binary 11110000 11000100 11101011 0 10010 10 110 100110011 111011 1010101

Color Harmonies of #F0C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4EB

Black with #F0C4EB

Text Example


Text Example

White with #F0C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4EB; }

 p { color: rgb(240,196,235); }

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

background-color css

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

 a { background-color: rgb(240,196,235); }

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

border-color css

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

 span { border-color: rgb(240,196,235); }

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