#F8C9B8

Color #F8C9B8 Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F8C9B8

Tints of Watusi #F8C9B8

Color information

#F8C9B8 (or 0xF8C9B8) is unknown color: approx Watusi. HEX triplet: F8, C9 and B8. RGB value is (248,201,184). Sum of RGB (Red+Green+Blue) = 248+201+184=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9B8 is #073647. Grayscale: #D5D5D5. Windows color (decimal): -472648 or 12110328. OLE color: 12110328.

HSL color Cylindrical-coordinate representation of color #F8C9B8: hue angle of 15.94º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8C9B8 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248201184-
CMYK00.190.260.03
HSL15.94º82.05%84.71%-
HSV(B)15.94º25.81%97.25%-
XYZ68.2565.1954.33-
YUV213.12111.57152.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 184 (72.27% from 255) = 29.07%
R=39.18%
G=31.75%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820118400.190.260.0315.9482.0584.71
HexF8C9B80131A3105255
Octal37031127002332320122125
Binary11111000110010011011100001001111010111000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9B8; }

 p { color: rgb(248,201,184); }

 H1.HeaderClassName
 {
   color: #F8C9B8;
 }
 .AnyTagClassName
 {
   color: #F8C9B8;
 }
</style>
background-color css

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

 a { background-color: rgb(248,201,184); }

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

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

 span { border-color: rgb(248,201,184); }

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