#F7C6B5

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

Shades of Watusi #F7C6B5

Tints of Watusi #F7C6B5

Color information

#F7C6B5 (or 0xF7C6B5) is unknown color: approx Watusi. HEX triplet: F7, C6 and B5. RGB value is (247,198,181). Sum of RGB (Red+Green+Blue) = 247+198+181=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6B5 is #08394A. Grayscale: #D2D2D2. Windows color (decimal): -538955 or 11912951. OLE color: 11912951.

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

Color convert

RGB247198181-
CMYK00.200.270.03
HSL15.45º80.49%83.92%-
HSV(B)15.45º26.72%96.86%-
XYZ66.8963.552.45-
YUV210.71111.23153.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=39.46%
G=31.63%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719818100.200.270.0315.4580.4983.92
HexF7C6B50141B3f5054
Octal36730626502433317120124
Binary1111011111000110101101010101001101111111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6B5; }

 p { color: rgb(247,198,181); }

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

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

 a { background-color: rgb(247,198,181); }

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

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

 span { border-color: rgb(247,198,181); }

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