Html Css Color HEX #FDD7BE Tuft Bush

📋 copy color: '#FDD7BE'

red 253 ◦ green 215 ◦ blue 190

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

Shades of Tuft Bush #FDD7BE

Tints of Tuft Bush #FDD7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.67%

 BLUE value IS 190 (74.61% from 255) = 28.88%

R = 38.45%
G = 32.67%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDD7BE (or 0xFDD7BE) is known color: Tuft Bush. HEX triplet: FD, D7 and BE. RGB value is (253,215,190). Sum of RGB (Red+Green+Blue) = 253+215+190=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BE is #022841. Grayscale: #DFDFDF. Windows color (decimal): -141378 or 12507133. OLE color: 12507133.

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

Color convert

RGB 253 215 190 -
CMYK 0 0.15 0.25 0.01
HSL 23.81º 0.94% 0.87% -
HSV(B) 23.81º 0.25% 0.99% -
XYZ 74.1 73.2 58.94 -
YUV 223.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 253 215 190 0 0.15 0.25 0.01 23.81 0.94 0.87
Hex FD D7 BE 0 F 19 1 18 5E 57
Octal 375 327 276 0 17 31 1 30 136 127
Binary 11111101 11010111 10111110 0 1111 11001 1 11000 1011110 1010111

Color Harmonies of #FDD7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7BE

Black with #FDD7BE

Text Example


Text Example

White with #FDD7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7BE; }

 p { color: rgb(253,215,190); }

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

background-color css

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

 a { background-color: rgb(253,215,190); }

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

border-color css

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

 span { border-color: rgb(253,215,190); }

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