#F6CBBF

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

Shades of Watusi #F6CBBF

Tints of Watusi #F6CBBF

Color information

#F6CBBF (or 0xF6CBBF) is unknown color: approx Watusi. HEX triplet: F6, CB and BF. RGB value is (246,203,191). Sum of RGB (Red+Green+Blue) = 246+203+191=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBBF is #093440. Grayscale: #D6D6D6. Windows color (decimal): -603201 or 12569590. OLE color: 12569590.

HSL color Cylindrical-coordinate representation of color #F6CBBF: hue angle of 13.09º 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 #F6CBBF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246203191-
CMYK00.170.220.04
HSL13.09º75.34%85.69%-
HSV(B)13.09º22.36%96.47%-
XYZ68.7766.0758.42-
YUV214.49114.75150.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 191 (75% from 255) = 29.84%
R=38.44%
G=31.72%
B=29.84%

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
Decimal24620319100.170.220.0413.0975.3485.69
HexF6CBBF011164d4b56
Octal36631327702126415113126
Binary11110110110010111011111101000110110100110110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBBF; }

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

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

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

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

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

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

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

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