#F3CDC1

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

Shades of Watusi #F3CDC1

Tints of Watusi #F3CDC1

Color information

#F3CDC1 (or 0xF3CDC1) is unknown color: approx Watusi. HEX triplet: F3, CD and C1. RGB value is (243,205,193). Sum of RGB (Red+Green+Blue) = 243+205+193=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDC1 is #0C323E. Grayscale: #D7D7D7. Windows color (decimal): -799295 or 12701171. OLE color: 12701171.

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

Color convert

RGB243205193-
CMYK00.160.210.05
HSL14.4º67.57%85.49%-
HSV(B)14.4º20.58%95.29%-
XYZ68.4266.5759.69-
YUV214.99115.59147.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=37.91%
G=31.98%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320519300.160.210.0514.467.5785.49
HexF3CDC1010155e4455
Octal36331530102025516104125
Binary11110011110011011100000101000010101101111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDC1; }

 p { color: rgb(243,205,193); }

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

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

 a { background-color: rgb(243,205,193); }

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

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

 span { border-color: rgb(243,205,193); }

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