Html Css Color HEX #F1D0BB Watusi

📋 copy color: '#F1D0BB'

red 241 ◦ green 208 ◦ blue 187

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

Shades of Watusi #F1D0BB

Tints of Watusi #F1D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.7%

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

R = 37.89%
G = 32.7%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1D0BB (or 0xF1D0BB) is known color: Watusi. HEX triplet: F1, D0 and BB. RGB value is (241,208,187). Sum of RGB (Red+Green+Blue) = 241+208+187=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0BB is #0E2F44. Grayscale: #D7D7D7. Windows color (decimal): -929605 or 12308721. OLE color: 12308721.

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

Color convert

RGB 241 208 187 -
CMYK 0 0.14 0.22 0.05
HSL 23.33º 0.66% 0.84% -
HSV(B) 23.33º 0.22% 0.95% -
XYZ 67.8 67.4 56.45 -
YUV 215.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 241 208 187 0 0.14 0.22 0.05 23.33 0.66 0.84
Hex F1 D0 BB 0 E 16 5 17 42 54
Octal 361 320 273 0 16 26 5 27 102 124
Binary 11110001 11010000 10111011 0 1110 10110 101 10111 1000010 1010100

Color Harmonies of #F1D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0BB

Black with #F1D0BB

Text Example


Text Example

White with #F1D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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