Html Css Color HEX #F1CFB9 Watusi

📋 copy color: '#F1CFB9'

red 241 ◦ green 207 ◦ blue 185

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

Shades of Watusi #F1CFB9

Tints of Watusi #F1CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.7%

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

R = 38.07%
G = 32.7%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1CFB9 (or 0xF1CFB9) is known color: Watusi. HEX triplet: F1, CF and B9. RGB value is (241,207,185). Sum of RGB (Red+Green+Blue) = 241+207+185=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFB9 is #0E3046. Grayscale: #D6D6D6. Windows color (decimal): -929863 or 12177393. OLE color: 12177393.

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

Color convert

RGB 241 207 185 -
CMYK 0 0.14 0.23 0.05
HSL 23.57º 0.67% 0.84% -
HSV(B) 23.57º 0.23% 0.95% -
XYZ 67.35 66.83 55.25 -
YUV 214.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 241 207 185 0 0.14 0.23 0.05 23.57 0.67 0.84
Hex F1 CF B9 0 E 17 5 18 43 54
Octal 361 317 271 0 16 27 5 30 103 124
Binary 11110001 11001111 10111001 0 1110 10111 101 11000 1000011 1010100

Color Harmonies of #F1CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFB9

Black with #F1CFB9

Text Example


Text Example

White with #F1CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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