Html Css Color HEX #F1BCAA Zinnwaldite

📋 copy color: '#F1BCAA'

red 241 ◦ green 188 ◦ blue 170

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

Shades of Zinnwaldite #F1BCAA

Tints of Zinnwaldite #F1BCAA

RGB

 RED value IS 241 (94.53% from 255) = 40.23%

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 40.23%
G = 31.39%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1BCAA (or 0xF1BCAA) is known color: Zinnwaldite. HEX triplet: F1, BC and AA. RGB value is (241,188,170). Sum of RGB (Red+Green+Blue) = 241+188+170=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BCAA is #0E4355. Grayscale: #C9C9C9. Windows color (decimal): -934742 or 11189489. OLE color: 11189489.

HSL color Cylindrical-coordinate representation of color #F1BCAA: hue angle of 15.21º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1BCAA is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 170 -
CMYK 0 0.22 0.29 0.05
HSL 15.21º 0.72% 0.81% -
HSV(B) 15.21º 0.29% 0.95% -
XYZ 61.51 57.57 45.9 -
YUV 201.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 241 188 170 0 0.22 0.29 0.05 15.21 0.72 0.81
Hex F1 BC AA 0 16 1D 5 F 48 51
Octal 361 274 252 0 26 35 5 17 110 121
Binary 11110001 10111100 10101010 0 10110 11101 101 1111 1001000 1010001

Color Harmonies of #F1BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCAA

Black with #F1BCAA

Text Example


Text Example

White with #F1BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCAA; }

 p { color: rgb(241,188,170); }

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

background-color css

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

 a { background-color: rgb(241,188,170); }

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

border-color css

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

 span { border-color: rgb(241,188,170); }

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