#F7C8B9

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

Shades of Watusi #F7C8B9

Tints of Watusi #F7C8B9

Color information

#F7C8B9 (or 0xF7C8B9) is unknown color: approx Watusi. HEX triplet: F7, C8 and B9. RGB value is (247,200,185). Sum of RGB (Red+Green+Blue) = 247+200+185=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8B9 is #083746. Grayscale: #D4D4D4. Windows color (decimal): -538439 or 12175607. OLE color: 12175607.

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

Color convert

RGB247200185-
CMYK00.190.250.03
HSL14.52º79.49%84.71%-
HSV(B)14.52º25.1%96.86%-
XYZ67.7764.5954.79-
YUV212.34112.57152.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.08%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=39.08%
G=31.65%
B=29.27%

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
Decimal24720018500.190.250.0314.5279.4984.71
HexF7C8B9013193f4f55
Octal36731027102331317117125
Binary1111011111001000101110010100111100111111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8B9; }

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

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

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

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

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

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

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

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