#F7C9BB

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

Shades of Watusi #F7C9BB

Tints of Watusi #F7C9BB

Color information

#F7C9BB (or 0xF7C9BB) is unknown color: approx Watusi. HEX triplet: F7, C9 and BB. RGB value is (247,201,187). Sum of RGB (Red+Green+Blue) = 247+201+187=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9BB is #083644. Grayscale: #D5D5D5. Windows color (decimal): -538181 or 12306935. OLE color: 12306935.

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

Color convert

RGB247201187-
CMYK00.190.240.03
HSL14º78.95%85.1%-
HSV(B)14º24.29%96.86%-
XYZ68.2165.1455.99-
YUV213.16113.24152.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=38.90%
G=31.65%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720118700.190.240.031478.9585.1
HexF7C9BB013183e4f55
Octal36731127302330316117125
Binary1111011111001001101110110100111100011111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9BB; }

 p { color: rgb(247,201,187); }

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

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

 a { background-color: rgb(247,201,187); }

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

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

 span { border-color: rgb(247,201,187); }

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