#F7C8BA

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

Shades of Watusi #F7C8BA

Tints of Watusi #F7C8BA

Color information

#F7C8BA (or 0xF7C8BA) is unknown color: approx Watusi. HEX triplet: F7, C8 and BA. RGB value is (247,200,186). Sum of RGB (Red+Green+Blue) = 247+200+186=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8BA is #083745. Grayscale: #D4D4D4. Windows color (decimal): -538438 or 12241143. OLE color: 12241143.

HSL color Cylindrical-coordinate representation of color #F7C8BA: hue angle of 13.77º 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 #F7C8BA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247200186-
CMYK00.190.250.03
HSL13.77º79.22%84.9%-
HSV(B)13.77º24.7%96.86%-
XYZ67.8764.6355.35-
YUV212.46113.07152.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.02%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=39.02%
G=31.60%
B=29.38%

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
Decimal24720018600.190.250.0313.7779.2284.9
HexF7C8BA013193e4f55
Octal36731027202331316117125
Binary1111011111001000101110100100111100111111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8BA; }

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

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

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

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

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

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

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

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