Html Css Color HEX #F1C7BB Watusi

📋 copy color: '#F1C7BB'

red 241 ◦ green 199 ◦ blue 187

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

Shades of Watusi #F1C7BB

Tints of Watusi #F1C7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.74%

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

R = 38.44%
G = 31.74%
B = 29.82%

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

#F1C7BB (or 0xF1C7BB) is known color: Watusi. HEX triplet: F1, C7 and BB. RGB value is (241,199,187). Sum of RGB (Red+Green+Blue) = 241+199+187=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7BB is #0E3844. Grayscale: #D2D2D2. Windows color (decimal): -931909 or 12306417. OLE color: 12306417.

HSL color Cylindrical-coordinate representation of color #F1C7BB: hue angle of 13.33º 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 #F1C7BB is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 187 -
CMYK 0 0.17 0.22 0.05
HSL 13.33º 0.66% 0.84% -
HSV(B) 13.33º 0.22% 0.95% -
XYZ 65.67 63.14 55.74 -
YUV 210.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 241 199 187 0 0.17 0.22 0.05 13.33 0.66 0.84
Hex F1 C7 BB 0 11 16 5 D 42 54
Octal 361 307 273 0 21 26 5 15 102 124
Binary 11110001 11000111 10111011 0 10001 10110 101 1101 1000010 1010100

Color Harmonies of #F1C7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7BB

Black with #F1C7BB

Text Example


Text Example

White with #F1C7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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