Html Css Color HEX #F1C8BD Watusi

📋 copy color: '#F1C8BD'

red 241 ◦ green 200 ◦ blue 189

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

Shades of Watusi #F1C8BD

Tints of Watusi #F1C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.75%

 BLUE value IS 189 (74.22% from 255) = 30%

R = 38.25%
G = 31.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1C8BD (or 0xF1C8BD) is known color: Watusi. HEX triplet: F1, C8 and BD. RGB value is (241,200,189). Sum of RGB (Red+Green+Blue) = 241+200+189=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8BD is #0E3742. Grayscale: #D3D3D3. Windows color (decimal): -931651 or 12437745. OLE color: 12437745.

HSL color Cylindrical-coordinate representation of color #F1C8BD: hue angle of 12.69º degrees, saturation: 0.65, 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 #F1C8BD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 200 189 -
CMYK 0 0.17 0.22 0.05
HSL 12.69º 0.65% 0.84% -
HSV(B) 12.69º 0.22% 0.95% -
XYZ 66.12 63.68 56.95 -
YUV 211.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 241 200 189 0 0.17 0.22 0.05 12.69 0.65 0.84
Hex F1 C8 BD 0 11 16 5 D 41 54
Octal 361 310 275 0 21 26 5 15 101 124
Binary 11110001 11001000 10111101 0 10001 10110 101 1101 1000001 1010100

Color Harmonies of #F1C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8BD

Black with #F1C8BD

Text Example


Text Example

White with #F1C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8BD; }

 p { color: rgb(241,200,189); }

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

background-color css

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

 a { background-color: rgb(241,200,189); }

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

border-color css

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

 span { border-color: rgb(241,200,189); }

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