#F8CDBA

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

Shades of Watusi #F8CDBA

Tints of Watusi #F8CDBA

Color information

#F8CDBA (or 0xF8CDBA) is unknown color: approx Watusi. HEX triplet: F8, CD and BA. RGB value is (248,205,186). Sum of RGB (Red+Green+Blue) = 248+205+186=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDBA is #073245. Grayscale: #D7D7D7. Windows color (decimal): -471622 or 12242424. OLE color: 12242424.

HSL color Cylindrical-coordinate representation of color #F8CDBA: hue angle of 18.39º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CDBA is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248205186-
CMYK00.170.250.03
HSL18.39º81.58%85.1%-
HSV(B)18.39º25%97.25%-
XYZ69.4167.1655.76-
YUV215.69111.25151.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=38.81%
G=32.08%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820518600.170.250.0318.3981.5885.1
HexF8CDBA011193125255
Octal37031527202131322122125
Binary11111000110011011011101001000111001111001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDBA; }

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

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

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

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

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

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

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

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