Html Css Color HEX #F1C4B9 Watusi

📋 copy color: '#F1C4B9'

red 241 ◦ green 196 ◦ blue 185

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

Shades of Watusi #F1C4B9

Tints of Watusi #F1C4B9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.51%

 BLUE value IS 185 (72.66% from 255) = 29.74%

R = 38.75%
G = 31.51%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1C4B9 (or 0xF1C4B9) is known color: Watusi. HEX triplet: F1, C4 and B9. RGB value is (241,196,185). Sum of RGB (Red+Green+Blue) = 241+196+185=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4B9 is #0E3B46. Grayscale: #D0D0D0. Windows color (decimal): -932679 or 12174577. OLE color: 12174577.

HSL color Cylindrical-coordinate representation of color #F1C4B9: hue angle of 11.79º degrees, saturation: 0.67, 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 #F1C4B9 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 185 -
CMYK 0 0.19 0.23 0.05
HSL 11.79º 0.67% 0.84% -
HSV(B) 11.79º 0.23% 0.95% -
XYZ 64.77 61.68 54.39 -
YUV 208.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 241 196 185 0 0.19 0.23 0.05 11.79 0.67 0.84
Hex F1 C4 B9 0 13 17 5 C 43 54
Octal 361 304 271 0 23 27 5 14 103 124
Binary 11110001 11000100 10111001 0 10011 10111 101 1100 1000011 1010100

Color Harmonies of #F1C4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4B9

Black with #F1C4B9

Text Example


Text Example

White with #F1C4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4B9; }

 p { color: rgb(241,196,185); }

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

background-color css

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

 a { background-color: rgb(241,196,185); }

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

border-color css

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

 span { border-color: rgb(241,196,185); }

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