Html Css Color HEX #FDD5BA Tuft Bush

📋 copy color: '#FDD5BA'

red 253 ◦ green 213 ◦ blue 186

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

Shades of Tuft Bush #FDD5BA

Tints of Tuft Bush #FDD5BA

RGB

 RED value IS 253 (99.22% from 255) = 38.8%

 GREEN value IS 213 (83.59% from 255) = 32.67%

 BLUE value IS 186 (73.05% from 255) = 28.53%

R = 38.8%
G = 32.67%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDD5BA (or 0xFDD5BA) is known color: Tuft Bush. HEX triplet: FD, D5 and BA. RGB value is (253,213,186). Sum of RGB (Red+Green+Blue) = 253+213+186=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BA is #022A45. Grayscale: #DEDEDE. Windows color (decimal): -141894 or 12244477. OLE color: 12244477.

HSL color Cylindrical-coordinate representation of color #FDD5BA: hue angle of 24.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDD5BA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 186 -
CMYK 0 0.16 0.26 0.01
HSL 24.18º 0.94% 0.86% -
HSV(B) 24.18º 0.26% 0.99% -
XYZ 73.17 72.02 56.5 -
YUV 221.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 253 213 186 0 0.16 0.26 0.01 24.18 0.94 0.86
Hex FD D5 BA 0 10 1A 1 18 5E 56
Octal 375 325 272 0 20 32 1 30 136 126
Binary 11111101 11010101 10111010 0 10000 11010 1 11000 1011110 1010110

Color Harmonies of #FDD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5BA

Black with #FDD5BA

Text Example


Text Example

White with #FDD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5BA; }

 p { color: rgb(253,213,186); }

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

background-color css

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

 a { background-color: rgb(253,213,186); }

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

border-color css

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

 span { border-color: rgb(253,213,186); }

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