#F7CEBD

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

Shades of Watusi #F7CEBD

Tints of Watusi #F7CEBD

Color information

#F7CEBD (or 0xF7CEBD) is unknown color: approx Watusi. HEX triplet: F7, CE and BD. RGB value is (247,206,189). Sum of RGB (Red+Green+Blue) = 247+206+189=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CEBD is #083142. Grayscale: #D8D8D8. Windows color (decimal): -536899 or 12439287. OLE color: 12439287.

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

Color convert

RGB247206189-
CMYK00.170.230.03
HSL17.59º78.38%85.49%-
HSV(B)17.59º23.48%96.86%-
XYZ69.6167.5957.52-
YUV216.32112.58149.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=38.47%
G=32.09%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720618900.170.230.0317.5978.3885.49
HexF7CEBD011173124e55
Octal36731627502127322116125
Binary11110111110011101011110101000110111111001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEBD; }

 p { color: rgb(247,206,189); }

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

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

 a { background-color: rgb(247,206,189); }

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

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

 span { border-color: rgb(247,206,189); }

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