#F6CCBE

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

Shades of Watusi #F6CCBE

Tints of Watusi #F6CCBE

Color information

#F6CCBE (or 0xF6CCBE) is unknown color: approx Watusi. HEX triplet: F6, CC and BE. RGB value is (246,204,190). Sum of RGB (Red+Green+Blue) = 246+204+190=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBE is #093341. Grayscale: #D7D7D7. Windows color (decimal): -602946 or 12504310. OLE color: 12504310.

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

Color convert

RGB246204190-
CMYK00.170.230.04
HSL15º75.68%85.49%-
HSV(B)15º22.76%96.47%-
XYZ68.8966.557.92-
YUV214.96113.91150.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=38.44%
G=31.88%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620419000.170.230.041575.6885.49
HexF6CCBE011174f4c55
Octal36631427602127417114125
Binary11110110110011001011111001000110111100111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCBE; }

 p { color: rgb(246,204,190); }

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

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

 a { background-color: rgb(246,204,190); }

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

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

 span { border-color: rgb(246,204,190); }

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