#F7C9BA

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

Shades of Watusi #F7C9BA

Tints of Watusi #F7C9BA

Color information

#F7C9BA (or 0xF7C9BA) is unknown color: approx Watusi. HEX triplet: F7, C9 and BA. RGB value is (247,201,186). Sum of RGB (Red+Green+Blue) = 247+201+186=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9BA is #083645. Grayscale: #D5D5D5. Windows color (decimal): -538182 or 12241399. OLE color: 12241399.

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

Color convert

RGB247201186-
CMYK00.190.250.03
HSL14.75º79.22%84.9%-
HSV(B)14.75º24.7%96.86%-
XYZ68.1165.0955.43-
YUV213.04112.74152.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=38.96%
G=31.70%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720118600.190.250.0314.7579.2284.9
HexF7C9BA013193f4f55
Octal36731127202331317117125
Binary1111011111001001101110100100111100111111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9BA; }

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

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

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

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

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

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

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

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