#F9C7B5

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

Shades of Watusi #F9C7B5

Tints of Watusi #F9C7B5

Color information

#F9C7B5 (or 0xF9C7B5) is unknown color: approx Watusi. HEX triplet: F9, C7 and B5. RGB value is (249,199,181). Sum of RGB (Red+Green+Blue) = 249+199+181=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7B5 is #06384A. Grayscale: #D4D4D4. Windows color (decimal): -407627 or 11913209. OLE color: 11913209.

HSL color Cylindrical-coordinate representation of color #F9C7B5: hue angle of 15.88º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9C7B5 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249199181-
CMYK00.200.270.02
HSL15.88º85%84.31%-
HSV(B)15.88º27.31%97.65%-
XYZ67.8364.3252.56-
YUV211.9110.57154.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 199 (78.12% from 255) = 31.64%
BLUE value IS 181 (71.09% from 255) = 28.78%
R=39.59%
G=31.64%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919918100.200.270.0215.888584.31
HexF9C7B50141B2105554
Octal37130726502433220125124
Binary11111001110001111011010101010011011101000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7B5; }

 p { color: rgb(249,199,181); }

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

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

 a { background-color: rgb(249,199,181); }

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

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

 span { border-color: rgb(249,199,181); }

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