Html Css Color HEX #F1CCB9 Watusi

📋 copy color: '#F1CCB9'

red 241 ◦ green 204 ◦ blue 185

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

Shades of Watusi #F1CCB9

Tints of Watusi #F1CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

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

R = 38.25%
G = 32.38%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1CCB9 (or 0xF1CCB9) is known color: Watusi. HEX triplet: F1, CC and B9. RGB value is (241,204,185). Sum of RGB (Red+Green+Blue) = 241+204+185=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCB9 is #0E3346. Grayscale: #D5D5D5. Windows color (decimal): -930631 or 12176625. OLE color: 12176625.

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

Color convert

RGB 241 204 185 -
CMYK 0 0.15 0.23 0.05
HSL 20.36º 0.67% 0.84% -
HSV(B) 20.36º 0.23% 0.95% -
XYZ 66.63 65.39 55.01 -
YUV 212.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 241 204 185 0 0.15 0.23 0.05 20.36 0.67 0.84
Hex F1 CC B9 0 F 17 5 14 43 54
Octal 361 314 271 0 17 27 5 24 103 124
Binary 11110001 11001100 10111001 0 1111 10111 101 10100 1000011 1010100

Color Harmonies of #F1CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCB9

Black with #F1CCB9

Text Example


Text Example

White with #F1CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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