#F7CFBB

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

Shades of Watusi #F7CFBB

Tints of Watusi #F7CFBB

Color information

#F7CFBB (or 0xF7CFBB) is unknown color: approx Watusi. HEX triplet: F7, CF and BB. RGB value is (247,207,187). Sum of RGB (Red+Green+Blue) = 247+207+187=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFBB is #083044. Grayscale: #D8D8D8. Windows color (decimal): -536645 or 12308471. OLE color: 12308471.

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

Color convert

RGB247207187-
CMYK00.160.240.03
HSL20º78.95%85.1%-
HSV(B)20º24.29%96.86%-
XYZ69.6467.9956.47-
YUV216.68111.25149.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=38.53%
G=32.29%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720718700.160.240.032078.9585.1
HexF7CFBB010183144f55
Octal36731727302030324117125
Binary11110111110011111011101101000011000111010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFBB; }

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

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

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

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

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

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

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

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