Html Css Color HEX #FDD3BE Tuft Bush

📋 copy color: '#FDD3BE'

red 253 ◦ green 211 ◦ blue 190

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

Shades of Tuft Bush #FDD3BE

Tints of Tuft Bush #FDD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.26%

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

R = 38.69%
G = 32.26%
B = 29.05%

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

#FDD3BE (or 0xFDD3BE) is known color: Tuft Bush. HEX triplet: FD, D3 and BE. RGB value is (253,211,190). Sum of RGB (Red+Green+Blue) = 253+211+190=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3BE is #022C41. Grayscale: #DDDDDD. Windows color (decimal): -142402 or 12506109. OLE color: 12506109.

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

Color convert

RGB 253 211 190 -
CMYK 0 0.17 0.25 0.01
HSL 20º 0.94% 0.87% -
HSV(B) 20º 0.25% 0.99% -
XYZ 73.1 71.19 58.6 -
YUV 221.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 253 211 190 0 0.17 0.25 0.01 20 0.94 0.87
Hex FD D3 BE 0 11 19 1 14 5E 57
Octal 375 323 276 0 21 31 1 24 136 127
Binary 11111101 11010011 10111110 0 10001 11001 1 10100 1011110 1010111

Color Harmonies of #FDD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3BE

Black with #FDD3BE

Text Example


Text Example

White with #FDD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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