Html Css Color HEX #F5D2B8 Tuft Bush

📋 copy color: '#F5D2B8'

red 245 ◦ green 210 ◦ blue 184

#F5D2B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #F5D2B8

Tints of Tuft Bush #F5D2B8

RGB

 RED value IS 245 (96.09% from 255) = 38.34%

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 184 (72.27% from 255) = 28.79%

R = 38.34%
G = 32.86%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5D2B8 (or 0xF5D2B8) is known color: Tuft Bush. HEX triplet: F5, D2 and B8. RGB value is (245,210,184). Sum of RGB (Red+Green+Blue) = 245+210+184=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2B8 is #0A2D47. Grayscale: #D9D9D9. Windows color (decimal): -666952 or 12112629. OLE color: 12112629.

HSL color Cylindrical-coordinate representation of color #F5D2B8: hue angle of 25.57º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5D2B8 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 210 184 -
CMYK 0 0.14 0.25 0.04
HSL 25.57º 0.75% 0.84% -
HSV(B) 25.57º 0.25% 0.96% -
XYZ 69.35 68.97 55 -
YUV 217.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 245 210 184 0 0.14 0.25 0.04 25.57 0.75 0.84
Hex F5 D2 B8 0 E 19 4 1A 4B 54
Octal 365 322 270 0 16 31 4 32 113 124
Binary 11110101 11010010 10111000 0 1110 11001 100 11010 1001011 1010100

Color Harmonies of #F5D2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D2B8

Black with #F5D2B8

Text Example


Text Example

White with #F5D2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D2B8; }

 p { color: rgb(245,210,184); }

 H1.HeaderClassName
 {
   color: #F5D2B8;
 }
 .AnyTagClassName
 {
   color: #F5D2B8;
 }
</style>

background-color css

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

 a { background-color: rgb(245,210,184); }

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

border-color css

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

 span { border-color: rgb(245,210,184); }

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