#F6CABD

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

Shades of Watusi #F6CABD

Tints of Watusi #F6CABD

Color information

#F6CABD (or 0xF6CABD) is unknown color: approx Watusi. HEX triplet: F6, CA and BD. RGB value is (246,202,189). Sum of RGB (Red+Green+Blue) = 246+202+189=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CABD is #093542. Grayscale: #D5D5D5. Windows color (decimal): -603459 or 12438262. OLE color: 12438262.

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

Color convert

RGB246202189-
CMYK00.180.230.04
HSL13.68º76%85.29%-
HSV(B)13.68º23.17%96.47%-
XYZ68.3165.5157.19-
YUV213.67114.08151.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=38.62%
G=31.71%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620218900.180.230.0413.687685.29
HexF6CABD012174e4c55
Octal36631227502227416114125
Binary11110110110010101011110101001010111100111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CABD; }

 p { color: rgb(246,202,189); }

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

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

 a { background-color: rgb(246,202,189); }

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

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

 span { border-color: rgb(246,202,189); }

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