#F6CABE

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

Shades of Watusi #F6CABE

Tints of Watusi #F6CABE

Color information

#F6CABE (or 0xF6CABE) is unknown color: approx Watusi. HEX triplet: F6, CA and BE. RGB value is (246,202,190). Sum of RGB (Red+Green+Blue) = 246+202+190=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CABE is #093541. Grayscale: #D5D5D5. Windows color (decimal): -603458 or 12503798. OLE color: 12503798.

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

Color convert

RGB246202190-
CMYK00.180.230.04
HSL12.86º75.68%85.49%-
HSV(B)12.86º22.76%96.47%-
XYZ68.4265.5557.76-
YUV213.79114.58150.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=38.56%
G=31.66%
B=29.78%

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
Decimal24620219000.180.230.0412.8675.6885.49
HexF6CABE012174d4c55
Octal36631227602227415114125
Binary11110110110010101011111001001010111100110110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CABE; }

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

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

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

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

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

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

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

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