Html Css Color HEX #F1C7BE Watusi

📋 copy color: '#F1C7BE'

red 241 ◦ green 199 ◦ blue 190

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

Shades of Watusi #F1C7BE

Tints of Watusi #F1C7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.16%

R = 38.25%
G = 31.59%
B = 30.16%

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

#F1C7BE (or 0xF1C7BE) is known color: Watusi. HEX triplet: F1, C7 and BE. RGB value is (241,199,190). Sum of RGB (Red+Green+Blue) = 241+199+190=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7BE is #0E3841. Grayscale: #D2D2D2. Windows color (decimal): -931906 or 12503025. OLE color: 12503025.

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

Color convert

RGB 241 199 190 -
CMYK 0 0.17 0.21 0.05
HSL 10.59º 0.65% 0.85% -
HSV(B) 10.59º 0.21% 0.95% -
XYZ 65.99 63.27 57.45 -
YUV 210.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 241 199 190 0 0.17 0.21 0.05 10.59 0.65 0.85
Hex F1 C7 BE 0 11 15 5 B 41 55
Octal 361 307 276 0 21 25 5 13 101 125
Binary 11110001 11000111 10111110 0 10001 10101 101 1011 1000001 1010101

Color Harmonies of #F1C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7BE

Black with #F1C7BE

Text Example


Text Example

White with #F1C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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