#F3CABE

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

Shades of Watusi #F3CABE

Tints of Watusi #F3CABE

Color information

#F3CABE (or 0xF3CABE) is unknown color: approx Watusi. HEX triplet: F3, CA and BE. RGB value is (243,202,190). Sum of RGB (Red+Green+Blue) = 243+202+190=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABE is #0C3541. Grayscale: #D4D4D4. Windows color (decimal): -800066 or 12503795. OLE color: 12503795.

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

Color convert

RGB243202190-
CMYK00.170.220.05
HSL13.58º68.83%84.9%-
HSV(B)13.58º21.81%95.29%-
XYZ67.3865.0157.71-
YUV212.89115.08149.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=38.27%
G=31.81%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320219000.170.220.0513.5868.8384.9
HexF3CABE011165e4555
Octal36331227602126516105125
Binary11110011110010101011111001000110110101111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABE; }

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

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

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

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

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

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

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

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