#F7CCBB

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

Shades of Watusi #F7CCBB

Tints of Watusi #F7CCBB

Color information

#F7CCBB (or 0xF7CCBB) is unknown color: approx Watusi. HEX triplet: F7, CC and BB. RGB value is (247,204,187). Sum of RGB (Red+Green+Blue) = 247+204+187=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCBB is #083344. Grayscale: #D7D7D7. Windows color (decimal): -537413 or 12307703. OLE color: 12307703.

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

Color convert

RGB247204187-
CMYK00.170.240.03
HSL17º78.95%85.1%-
HSV(B)17º24.29%96.86%-
XYZ68.9266.5556.23-
YUV214.92112.25150.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=38.71%
G=31.97%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720418700.170.240.031778.9585.1
HexF7CCBB011183114f55
Octal36731427302130321117125
Binary11110111110011001011101101000111000111000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCBB; }

 p { color: rgb(247,204,187); }

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

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

 a { background-color: rgb(247,204,187); }

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

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

 span { border-color: rgb(247,204,187); }

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