Html Css Color HEX #FFD3BE Tuft Bush

📋 copy color: '#FFD3BE'

red 255 ◦ green 211 ◦ blue 190

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

Shades of Tuft Bush #FFD3BE

Tints of Tuft Bush #FFD3BE

RGB

 RED value IS 255 (100% from 255) = 38.87%

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

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

R = 38.87%
G = 32.16%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFD3BE (or 0xFFD3BE) is known color: Tuft Bush. HEX triplet: FF, D3 and BE. RGB value is (255,211,190). Sum of RGB (Red+Green+Blue) = 255+211+190=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3BE is #002C41. Grayscale: #DDDDDD. Windows color (decimal): -11330 or 12506111. OLE color: 12506111.

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

Color convert

RGB 255 211 190 -
CMYK 0 0.17 0.25 0
HSL 19.38º 1% 0.87% -
HSV(B) 19.38º 0.25% 1% -
XYZ 73.83 71.57 58.64 -
YUV 221.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 255 211 190 0 0.17 0.25 0 19.38 1 0.87
Hex FF D3 BE 0 11 19 0 13 64 57
Octal 377 323 276 0 21 31 0 23 144 127
Binary 11111111 11010011 10111110 0 10001 11001 0 10011 1100100 1010111

Color Harmonies of #FFD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3BE

Black with #FFD3BE

Text Example


Text Example

White with #FFD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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