Html Css Color HEX #F1C9BF Watusi

📋 copy color: '#F1C9BF'

red 241 ◦ green 201 ◦ blue 191

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

Shades of Watusi #F1C9BF

Tints of Watusi #F1C9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.17%

R = 38.07%
G = 31.75%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1C9BF (or 0xF1C9BF) is known color: Watusi. HEX triplet: F1, C9 and BF. RGB value is (241,201,191). Sum of RGB (Red+Green+Blue) = 241+201+191=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BF is #0E3640. Grayscale: #D3D3D3. Windows color (decimal): -931393 or 12569073. OLE color: 12569073.

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

Color convert

RGB 241 201 191 -
CMYK 0 0.17 0.21 0.05
HSL 12º 0.64% 0.85% -
HSV(B) 12º 0.21% 0.95% -
XYZ 66.57 64.24 58.18 -
YUV 211.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 241 201 191 0 0.17 0.21 0.05 12 0.64 0.85
Hex F1 C9 BF 0 11 15 5 C 40 55
Octal 361 311 277 0 21 25 5 14 100 125
Binary 11110001 11001001 10111111 0 10001 10101 101 1100 1000000 1010101

Color Harmonies of #F1C9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9BF

Black with #F1C9BF

Text Example


Text Example

White with #F1C9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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