#F6CABA

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

Shades of Watusi #F6CABA

Tints of Watusi #F6CABA

Color information

#F6CABA (or 0xF6CABA) is unknown color: approx Watusi. HEX triplet: F6, CA and BA. RGB value is (246,202,186). Sum of RGB (Red+Green+Blue) = 246+202+186=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CABA is #093545. Grayscale: #D5D5D5. Windows color (decimal): -603462 or 12241654. OLE color: 12241654.

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

Color convert

RGB246202186-
CMYK00.180.240.04
HSL16º76.92%84.71%-
HSV(B)16º24.39%96.47%-
XYZ67.9965.3855.49-
YUV213.33112.58151.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=38.80%
G=31.86%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620218600.180.240.041676.9284.71
HexF6CABA012184104d55
Octal36631227202230420115125
Binary111101101100101010111010010010110001001000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CABA; }

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

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

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

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

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

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

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

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