Html Css Color HEX #F0BBAC Zinnwaldite

📋 copy color: '#F0BBAC'

red 240 ◦ green 187 ◦ blue 172

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

Shades of Zinnwaldite #F0BBAC

Tints of Zinnwaldite #F0BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 40.07%
G = 31.22%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0BBAC (or 0xF0BBAC) is known color: Zinnwaldite. HEX triplet: F0, BB and AC. RGB value is (240,187,172). Sum of RGB (Red+Green+Blue) = 240+187+172=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBAC is #0F4453. Grayscale: #C9C9C9. Windows color (decimal): -1000532 or 11320304. OLE color: 11320304.

HSL color Cylindrical-coordinate representation of color #F0BBAC: hue angle of 13.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0BBAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 172 -
CMYK 0 0.22 0.28 0.06
HSL 13.24º 0.69% 0.81% -
HSV(B) 13.24º 0.28% 0.94% -
XYZ 61.15 57.04 46.82 -
YUV 201.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 240 187 172 0 0.22 0.28 0.06 13.24 0.69 0.81
Hex F0 BB AC 0 16 1C 6 D 45 51
Octal 360 273 254 0 26 34 6 15 105 121
Binary 11110000 10111011 10101100 0 10110 11100 110 1101 1000101 1010001

Color Harmonies of #F0BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBAC

Black with #F0BBAC

Text Example


Text Example

White with #F0BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBAC; }

 p { color: rgb(240,187,172); }

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

background-color css

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

 a { background-color: rgb(240,187,172); }

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

border-color css

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

 span { border-color: rgb(240,187,172); }

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