#F0CABA

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

Shades of Watusi #F0CABA

Tints of Watusi #F0CABA

Color information

#F0CABA (or 0xF0CABA) is unknown color: approx Watusi. HEX triplet: F0, CA and BA. RGB value is (240,202,186). Sum of RGB (Red+Green+Blue) = 240+202+186=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CABA is #0F3545. Grayscale: #D3D3D3. Windows color (decimal): -996678 or 12241648. OLE color: 12241648.

HSL color Cylindrical-coordinate representation of color #F0CABA: hue angle of 17.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0CABA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240202186-
CMYK00.160.220.06
HSL17.78º64.29%83.53%-
HSV(B)17.78º22.5%94.12%-
XYZ65.9264.3155.39-
YUV211.54113.59148.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=38.22%
G=32.17%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020218600.160.220.0617.7864.2983.53
HexF0CABA010166124054
Octal36031227202026622100124
Binary111100001100101010111010010000101101101001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CABA; }

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

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

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

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

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

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

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

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