#F7CBBB

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

Shades of Watusi #F7CBBB

Tints of Watusi #F7CBBB

Color information

#F7CBBB (or 0xF7CBBB) is unknown color: approx Watusi. HEX triplet: F7, CB and BB. RGB value is (247,203,187). Sum of RGB (Red+Green+Blue) = 247+203+187=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBBB is #083444. Grayscale: #D6D6D6. Windows color (decimal): -537669 or 12307447. OLE color: 12307447.

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

Color convert

RGB247203187-
CMYK00.180.240.03
HSL16º78.95%85.1%-
HSV(B)16º24.29%96.86%-
XYZ68.6866.0756.15-
YUV214.33112.58151.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=38.78%
G=31.87%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720318700.180.240.031678.9585.1
HexF7CBBB012183104f55
Octal36731327302230320117125
Binary11110111110010111011101101001011000111000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBBB; }

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

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

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

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

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

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

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

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