Html Css Color HEX #F1C9B6 Watusi

📋 copy color: '#F1C9B6'

red 241 ◦ green 201 ◦ blue 182

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

Shades of Watusi #F1C9B6

Tints of Watusi #F1C9B6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.21%

 BLUE value IS 182 (71.48% from 255) = 29.17%

R = 38.62%
G = 32.21%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1C9B6 (or 0xF1C9B6) is known color: Watusi. HEX triplet: F1, C9 and B6. RGB value is (241,201,182). Sum of RGB (Red+Green+Blue) = 241+201+182=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9B6 is #0E3649. Grayscale: #D2D2D2. Windows color (decimal): -931402 or 11979249. OLE color: 11979249.

HSL color Cylindrical-coordinate representation of color #F1C9B6: hue angle of 19.32º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1C9B6 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 201 182 -
CMYK 0 0.17 0.24 0.05
HSL 19.32º 0.68% 0.83% -
HSV(B) 19.32º 0.24% 0.95% -
XYZ 65.61 63.85 53.12 -
YUV 210.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 241 201 182 0 0.17 0.24 0.05 19.32 0.68 0.83
Hex F1 C9 B6 0 11 18 5 13 44 53
Octal 361 311 266 0 21 30 5 23 104 123
Binary 11110001 11001001 10110110 0 10001 11000 101 10011 1000100 1010011

Color Harmonies of #F1C9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9B6

Black with #F1C9B6

Text Example


Text Example

White with #F1C9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9B6; }

 p { color: rgb(241,201,182); }

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

background-color css

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

 a { background-color: rgb(241,201,182); }

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

border-color css

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

 span { border-color: rgb(241,201,182); }

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