#F7CBBE

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

Shades of Watusi #F7CBBE

Tints of Watusi #F7CBBE

Color information

#F7CBBE (or 0xF7CBBE) is unknown color: approx Watusi. HEX triplet: F7, CB and BE. RGB value is (247,203,190). Sum of RGB (Red+Green+Blue) = 247+203+190=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBBE is #083441. Grayscale: #D6D6D6. Windows color (decimal): -537666 or 12504055. OLE color: 12504055.

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

Color convert

RGB247203190-
CMYK00.180.230.03
HSL13.68º78.08%85.69%-
HSV(B)13.68º23.08%96.86%-
XYZ69.0166.257.86-
YUV214.67114.08151.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.59%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=38.59%
G=31.72%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720319000.180.230.0313.6878.0885.69
HexF7CBBE012173e4e56
Octal36731327602227316116126
Binary1111011111001011101111100100101011111111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBBE; }

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

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

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

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

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

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

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

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