Html Css Color HEX #FDD3BB Tuft Bush

📋 copy color: '#FDD3BB'

red 253 ◦ green 211 ◦ blue 187

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

Shades of Tuft Bush #FDD3BB

Tints of Tuft Bush #FDD3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.73%

R = 38.86%
G = 32.41%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDD3BB (or 0xFDD3BB) is known color: Tuft Bush. HEX triplet: FD, D3 and BB. RGB value is (253,211,187). Sum of RGB (Red+Green+Blue) = 253+211+187=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3BB is #022C44. Grayscale: #DCDCDC. Windows color (decimal): -142405 or 12309501. OLE color: 12309501.

HSL color Cylindrical-coordinate representation of color #FDD3BB: hue angle of 21.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDD3BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 187 -
CMYK 0 0.17 0.26 0.01
HSL 21.82º 0.94% 0.86% -
HSV(B) 21.82º 0.26% 0.99% -
XYZ 72.77 71.06 56.89 -
YUV 220.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 253 211 187 0 0.17 0.26 0.01 21.82 0.94 0.86
Hex FD D3 BB 0 11 1A 1 16 5E 56
Octal 375 323 273 0 21 32 1 26 136 126
Binary 11111101 11010011 10111011 0 10001 11010 1 10110 1011110 1010110

Color Harmonies of #FDD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3BB

Black with #FDD3BB

Text Example


Text Example

White with #FDD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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