#F8D4BA

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

Shades of Tuft Bush #F8D4BA

Tints of Tuft Bush #F8D4BA

Color information

#F8D4BA (or 0xF8D4BA) is unknown color: approx Tuft Bush. HEX triplet: F8, D4 and BA. RGB value is (248,212,186). Sum of RGB (Red+Green+Blue) = 248+212+186=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4BA is #072B45. Grayscale: #DBDBDB. Windows color (decimal): -469830 or 12244216. OLE color: 12244216.

HSL color Cylindrical-coordinate representation of color #F8D4BA: hue angle of 25.16º 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 #F8D4BA is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248212186-
CMYK00.150.250.03
HSL25.16º81.58%85.1%-
HSV(B)25.16º25%97.25%-
XYZ71.1270.5956.33-
YUV219.8108.93148.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.39%
GREEN value IS 212 (83.20% from 255) = 32.82%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=38.39%
G=32.82%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821218600.150.250.0325.1681.5885.1
HexF8D4BA0F193195255
Octal37032427201731331122125
Binary1111100011010100101110100111111001111100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4BA; }

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

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

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

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

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

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

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

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