#F7CFBA

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

Shades of Watusi #F7CFBA

Tints of Watusi #F7CFBA

Color information

#F7CFBA (or 0xF7CFBA) is unknown color: approx Watusi. HEX triplet: F7, CF and BA. RGB value is (247,207,186). Sum of RGB (Red+Green+Blue) = 247+207+186=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFBA is #083045. Grayscale: #D8D8D8. Windows color (decimal): -536646 or 12242935. OLE color: 12242935.

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

Color convert

RGB247207186-
CMYK00.160.250.03
HSL20.66º79.22%84.9%-
HSV(B)20.66º24.7%96.86%-
XYZ69.5367.9455.9-
YUV216.57110.75149.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=38.59%
G=32.34%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720718600.160.250.0320.6679.2284.9
HexF7CFBA010193154f55
Octal36731727202031325117125
Binary11110111110011111011101001000011001111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFBA; }

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

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

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

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

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

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

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

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