#F7CBBA

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

Shades of Watusi #F7CBBA

Tints of Watusi #F7CBBA

Color information

#F7CBBA (or 0xF7CBBA) is unknown color: approx Watusi. HEX triplet: F7, CB and BA. RGB value is (247,203,186). Sum of RGB (Red+Green+Blue) = 247+203+186=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBBA is #083445. Grayscale: #D6D6D6. Windows color (decimal): -537670 or 12241911. OLE color: 12241911.

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

Color convert

RGB247203186-
CMYK00.180.250.03
HSL16.72º79.22%84.9%-
HSV(B)16.72º24.7%96.86%-
XYZ68.5866.0355.59-
YUV214.22112.08151.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=38.84%
G=31.92%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720318600.180.250.0316.7279.2284.9
HexF7CBBA012193114f55
Octal36731327202231321117125
Binary11110111110010111011101001001011001111000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBBA; }

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

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

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

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

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

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

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

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