Html Css Color HEX #F1CBB9 Watusi

📋 copy color: '#F1CBB9'

red 241 ◦ green 203 ◦ blue 185

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

Shades of Watusi #F1CBB9

Tints of Watusi #F1CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

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

R = 38.31%
G = 32.27%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1CBB9 (or 0xF1CBB9) is known color: Watusi. HEX triplet: F1, CB and B9. RGB value is (241,203,185). Sum of RGB (Red+Green+Blue) = 241+203+185=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBB9 is #0E3446. Grayscale: #D4D4D4. Windows color (decimal): -930887 or 12176369. OLE color: 12176369.

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

Color convert

RGB 241 203 185 -
CMYK 0 0.16 0.23 0.05
HSL 19.29º 0.67% 0.84% -
HSV(B) 19.29º 0.23% 0.95% -
XYZ 66.39 64.92 54.93 -
YUV 212.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 241 203 185 0 0.16 0.23 0.05 19.29 0.67 0.84
Hex F1 CB B9 0 10 17 5 13 43 54
Octal 361 313 271 0 20 27 5 23 103 124
Binary 11110001 11001011 10111001 0 10000 10111 101 10011 1000011 1010100

Color Harmonies of #F1CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBB9

Black with #F1CBB9

Text Example


Text Example

White with #F1CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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