Html Css Color HEX #FDD1BE Tuft Bush

📋 copy color: '#FDD1BE'

red 253 ◦ green 209 ◦ blue 190

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

Shades of Tuft Bush #FDD1BE

Tints of Tuft Bush #FDD1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.06%

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

R = 38.8%
G = 32.06%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDD1BE (or 0xFDD1BE) is known color: Tuft Bush. HEX triplet: FD, D1 and BE. RGB value is (253,209,190). Sum of RGB (Red+Green+Blue) = 253+209+190=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1BE is #022E41. Grayscale: #DCDCDC. Windows color (decimal): -142914 or 12505597. OLE color: 12505597.

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

Color convert

RGB 253 209 190 -
CMYK 0 0.17 0.25 0.01
HSL 18.1º 0.94% 0.87% -
HSV(B) 18.1º 0.25% 0.99% -
XYZ 72.6 70.2 58.44 -
YUV 219.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 253 209 190 0 0.17 0.25 0.01 18.1 0.94 0.87
Hex FD D1 BE 0 11 19 1 12 5E 57
Octal 375 321 276 0 21 31 1 22 136 127
Binary 11111101 11010001 10111110 0 10001 11001 1 10010 1011110 1010111

Color Harmonies of #FDD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1BE

Black with #FDD1BE

Text Example


Text Example

White with #FDD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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