#F7CABA

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

Shades of Watusi #F7CABA

Tints of Watusi #F7CABA

Color information

#F7CABA (or 0xF7CABA) is unknown color: approx Watusi. HEX triplet: F7, CA and BA. RGB value is (247,202,186). Sum of RGB (Red+Green+Blue) = 247+202+186=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CABA is #083545. Grayscale: #D5D5D5. Windows color (decimal): -537926 or 12241655. OLE color: 12241655.

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

Color convert

RGB247202186-
CMYK00.180.250.03
HSL15.74º79.22%84.9%-
HSV(B)15.74º24.7%96.86%-
XYZ68.3465.5655.51-
YUV213.63112.41151.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=38.90%
G=31.81%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720218600.180.250.0315.7479.2284.9
HexF7CABA012193104f55
Octal36731227202231320117125
Binary11110111110010101011101001001011001111000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CABA; }

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

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

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

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

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

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

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

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