#F3CABA

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

Shades of Watusi #F3CABA

Tints of Watusi #F3CABA

Color information

#F3CABA (or 0xF3CABA) is unknown color: approx Watusi. HEX triplet: F3, CA and BA. RGB value is (243,202,186). Sum of RGB (Red+Green+Blue) = 243+202+186=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABA is #0C3545. Grayscale: #D4D4D4. Windows color (decimal): -800070 or 12241651. OLE color: 12241651.

HSL color Cylindrical-coordinate representation of color #F3CABA: hue angle of 16.84º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3CABA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243202186-
CMYK00.170.230.05
HSL16.84º70.37%84.12%-
HSV(B)16.84º23.46%95.29%-
XYZ66.9564.8455.44-
YUV212.44113.08149.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=38.51%
G=32.01%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320218600.170.230.0516.8470.3784.12
HexF3CABA011175114654
Octal36331227202127521106124
Binary111100111100101010111010010001101111011000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABA; }

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

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

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

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

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

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

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

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