#F6CCBF

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

Shades of Watusi #F6CCBF

Tints of Watusi #F6CCBF

Color information

#F6CCBF (or 0xF6CCBF) is unknown color: approx Watusi. HEX triplet: F6, CC and BF. RGB value is (246,204,191). Sum of RGB (Red+Green+Blue) = 246+204+191=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBF is #093340. Grayscale: #D7D7D7. Windows color (decimal): -602945 or 12569846. OLE color: 12569846.

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

Color convert

RGB246204191-
CMYK00.170.220.04
HSL14.18º75.34%85.69%-
HSV(B)14.18º22.36%96.47%-
XYZ6966.5458.5-
YUV215.08114.41150.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 191 (75% from 255) = 29.80%
R=38.38%
G=31.83%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620419100.170.220.0414.1875.3485.69
HexF6CCBF011164e4b56
Octal36631427702126416113126
Binary11110110110011001011111101000110110100111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCBF; }

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

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

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

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

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

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

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

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