#F3CABF

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

Shades of Watusi #F3CABF

Tints of Watusi #F3CABF

Color information

#F3CABF (or 0xF3CABF) is unknown color: approx Watusi. HEX triplet: F3, CA and BF. RGB value is (243,202,191). Sum of RGB (Red+Green+Blue) = 243+202+191=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABF is #0C3540. Grayscale: #D5D5D5. Windows color (decimal): -800065 or 12569331. OLE color: 12569331.

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

Color convert

RGB243202191-
CMYK00.170.210.05
HSL12.69º68.42%85.1%-
HSV(B)12.69º21.4%95.29%-
XYZ67.4965.0658.29-
YUV213115.58149.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 191 (75% from 255) = 30.03%
R=38.21%
G=31.76%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320219100.170.210.0512.6968.4285.1
HexF3CABF011155d4455
Octal36331227702125515104125
Binary11110011110010101011111101000110101101110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABF; }

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

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

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

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

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

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

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

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