#F3CABD

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

Shades of Watusi #F3CABD

Tints of Watusi #F3CABD

Color information

#F3CABD (or 0xF3CABD) is unknown color: approx Watusi. HEX triplet: F3, CA and BD. RGB value is (243,202,189). Sum of RGB (Red+Green+Blue) = 243+202+189=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABD is #0C3542. Grayscale: #D4D4D4. Windows color (decimal): -800067 or 12438259. OLE color: 12438259.

HSL color Cylindrical-coordinate representation of color #F3CABD: hue angle of 14.44º 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 #F3CABD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243202189-
CMYK00.170.220.05
HSL14.44º69.23%84.71%-
HSV(B)14.44º22.22%95.29%-
XYZ67.2764.9757.14-
YUV212.78114.58149.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=38.33%
G=31.86%
B=29.81%

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
Decimal24320218900.170.220.0514.4469.2384.71
HexF3CABD011165e4555
Octal36331227502126516105125
Binary11110011110010101011110101000110110101111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABD; }

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

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

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

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

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

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

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

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