Html Css Color HEX #F1C9BB Watusi

📋 copy color: '#F1C9BB'

red 241 ◦ green 201 ◦ blue 187

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

Shades of Watusi #F1C9BB

Tints of Watusi #F1C9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.73%

R = 38.31%
G = 31.96%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1C9BB (or 0xF1C9BB) is known color: Watusi. HEX triplet: F1, C9 and BB. RGB value is (241,201,187). Sum of RGB (Red+Green+Blue) = 241+201+187=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BB is #0E3644. Grayscale: #D3D3D3. Windows color (decimal): -931397 or 12306929. OLE color: 12306929.

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

Color convert

RGB 241 201 187 -
CMYK 0 0.17 0.22 0.05
HSL 15.56º 0.66% 0.84% -
HSV(B) 15.56º 0.22% 0.95% -
XYZ 66.13 64.06 55.89 -
YUV 211.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 241 201 187 0 0.17 0.22 0.05 15.56 0.66 0.84
Hex F1 C9 BB 0 11 16 5 10 42 54
Octal 361 311 273 0 21 26 5 20 102 124
Binary 11110001 11001001 10111011 0 10001 10110 101 10000 1000010 1010100

Color Harmonies of #F1C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9BB

Black with #F1C9BB

Text Example


Text Example

White with #F1C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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