#F1CDBA

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

Shades of Watusi #F1CDBA

Tints of Watusi #F1CDBA

Color information

#F1CDBA (or 0xF1CDBA) is unknown color: approx Watusi. HEX triplet: F1, CD and BA. RGB value is (241,205,186). Sum of RGB (Red+Green+Blue) = 241+205+186=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDBA is #0E3245. Grayscale: #D5D5D5. Windows color (decimal): -930374 or 12242417. OLE color: 12242417.

HSL color Cylindrical-coordinate representation of color #F1CDBA: hue angle of 20.73º degrees, saturation: 0.66, 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 #F1CDBA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241205186-
CMYK00.150.230.05
HSL20.73º66.27%83.73%-
HSV(B)20.73º22.82%94.51%-
XYZ66.9765.9155.65-
YUV213.6112.43147.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=38.13%
G=32.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120518600.150.230.0520.7366.2783.73
HexF1CDBA0F175154254
Octal36131527201727525102124
Binary11110001110011011011101001111101111011010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDBA; }

 p { color: rgb(241,205,186); }

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

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

 a { background-color: rgb(241,205,186); }

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

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

 span { border-color: rgb(241,205,186); }

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