Html Css Color HEX #F1C3B3 Zinnwaldite

📋 copy color: '#F1C3B3'

red 241 ◦ green 195 ◦ blue 179

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

Shades of Zinnwaldite #F1C3B3

Tints of Zinnwaldite #F1C3B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.11%

R = 39.19%
G = 31.71%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1C3B3 (or 0xF1C3B3) is known color: Zinnwaldite. HEX triplet: F1, C3 and B3. RGB value is (241,195,179). Sum of RGB (Red+Green+Blue) = 241+195+179=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3B3 is #0E3C4C. Grayscale: #CFCFCF. Windows color (decimal): -932941 or 11781105. OLE color: 11781105.

HSL color Cylindrical-coordinate representation of color #F1C3B3: hue angle of 15.48º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1C3B3 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 195 179 -
CMYK 0 0.19 0.26 0.05
HSL 15.48º 0.69% 0.82% -
HSV(B) 15.48º 0.26% 0.95% -
XYZ 63.93 60.99 51.05 -
YUV 206.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 241 195 179 0 0.19 0.26 0.05 15.48 0.69 0.82
Hex F1 C3 B3 0 13 1A 5 F 45 52
Octal 361 303 263 0 23 32 5 17 105 122
Binary 11110001 11000011 10110011 0 10011 11010 101 1111 1000101 1010010

Color Harmonies of #F1C3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3B3

Black with #F1C3B3

Text Example


Text Example

White with #F1C3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3B3; }

 p { color: rgb(241,195,179); }

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

background-color css

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

 a { background-color: rgb(241,195,179); }

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

border-color css

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

 span { border-color: rgb(241,195,179); }

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