#F7CAB6

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

Shades of Watusi #F7CAB6

Tints of Watusi #F7CAB6

Color information

#F7CAB6 (or 0xF7CAB6) is unknown color: approx Watusi. HEX triplet: F7, CA and B6. RGB value is (247,202,182). Sum of RGB (Red+Green+Blue) = 247+202+182=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CAB6 is #083549. Grayscale: #D5D5D5. Windows color (decimal): -537930 or 11979511. OLE color: 11979511.

HSL color Cylindrical-coordinate representation of color #F7CAB6: hue angle of 18.46º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7CAB6 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB247202182-
CMYK00.180.260.03
HSL18.46º80.25%84.12%-
HSV(B)18.46º26.32%96.86%-
XYZ67.9265.3953.3-
YUV213.18110.41152.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=39.14%
G=32.01%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720218200.180.260.0318.4680.2584.12
HexF7CAB60121A3125054
Octal36731226602232322120124
Binary11110111110010101011011001001011010111001010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAB6; }

 p { color: rgb(247,202,182); }

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

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

 a { background-color: rgb(247,202,182); }

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

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

 span { border-color: rgb(247,202,182); }

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