Html Css Color HEX #FDD2BE Tuft Bush

📋 copy color: '#FDD2BE'

red 253 ◦ green 210 ◦ blue 190

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

Shades of Tuft Bush #FDD2BE

Tints of Tuft Bush #FDD2BE

RGB

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

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

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

R = 38.74%
G = 32.16%
B = 29.1%

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

#FDD2BE (or 0xFDD2BE) is known color: Tuft Bush. HEX triplet: FD, D2 and BE. RGB value is (253,210,190). Sum of RGB (Red+Green+Blue) = 253+210+190=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2BE is #022D41. Grayscale: #DCDCDC. Windows color (decimal): -142658 or 12505853. OLE color: 12505853.

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

Color convert

RGB 253 210 190 -
CMYK 0 0.17 0.25 0.01
HSL 19.05º 0.94% 0.87% -
HSV(B) 19.05º 0.25% 0.99% -
XYZ 72.85 70.69 58.52 -
YUV 220.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 253 210 190 0 0.17 0.25 0.01 19.05 0.94 0.87
Hex FD D2 BE 0 11 19 1 13 5E 57
Octal 375 322 276 0 21 31 1 23 136 127
Binary 11111101 11010010 10111110 0 10001 11001 1 10011 1011110 1010111

Color Harmonies of #FDD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2BE

Black with #FDD2BE

Text Example


Text Example

White with #FDD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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