Html Css Color HEX #FDD5BF Tuft Bush

📋 copy color: '#FDD5BF'

red 253 ◦ green 213 ◦ blue 191

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

Shades of Tuft Bush #FDD5BF

Tints of Tuft Bush #FDD5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.07%

R = 38.51%
G = 32.42%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDD5BF (or 0xFDD5BF) is known color: Tuft Bush. HEX triplet: FD, D5 and BF. RGB value is (253,213,191). Sum of RGB (Red+Green+Blue) = 253+213+191=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BF is #022A40. Grayscale: #DEDEDE. Windows color (decimal): -141889 or 12572157. OLE color: 12572157.

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

Color convert

RGB 253 213 191 -
CMYK 0 0.16 0.25 0.01
HSL 21.29º 0.94% 0.87% -
HSV(B) 21.29º 0.25% 0.99% -
XYZ 73.71 72.23 59.35 -
YUV 222.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 253 213 191 0 0.16 0.25 0.01 21.29 0.94 0.87
Hex FD D5 BF 0 10 19 1 15 5E 57
Octal 375 325 277 0 20 31 1 25 136 127
Binary 11111101 11010101 10111111 0 10000 11001 1 10101 1011110 1010111

Color Harmonies of #FDD5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5BF

Black with #FDD5BF

Text Example


Text Example

White with #FDD5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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