Html Css Color HEX #F1C9BA Watusi

📋 copy color: '#F1C9BA'

red 241 ◦ green 201 ◦ blue 186

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

Shades of Watusi #F1C9BA

Tints of Watusi #F1C9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.62%

R = 38.38%
G = 32.01%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1C9BA (or 0xF1C9BA) is known color: Watusi. HEX triplet: F1, C9 and BA. RGB value is (241,201,186). Sum of RGB (Red+Green+Blue) = 241+201+186=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BA is #0E3645. Grayscale: #D3D3D3. Windows color (decimal): -931398 or 12241393. OLE color: 12241393.

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

Color convert

RGB 241 201 186 -
CMYK 0 0.17 0.23 0.05
HSL 16.36º 0.66% 0.84% -
HSV(B) 16.36º 0.23% 0.95% -
XYZ 66.03 64.02 55.33 -
YUV 211.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 241 201 186 0 0.17 0.23 0.05 16.36 0.66 0.84
Hex F1 C9 BA 0 11 17 5 10 42 54
Octal 361 311 272 0 21 27 5 20 102 124
Binary 11110001 11001001 10111010 0 10001 10111 101 10000 1000010 1010100

Color Harmonies of #F1C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9BA

Black with #F1C9BA

Text Example


Text Example

White with #F1C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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