Html Css Color HEX #FCD4BD Tuft Bush

📋 copy color: '#FCD4BD'

red 252 ◦ green 212 ◦ blue 189

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

Shades of Tuft Bush #FCD4BD

Tints of Tuft Bush #FCD4BD

RGB

 RED value IS 252 (98.83% from 255) = 38.59%

 GREEN value IS 212 (83.2% from 255) = 32.47%

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 38.59%
G = 32.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD4BD (or 0xFCD4BD) is known color: Tuft Bush. HEX triplet: FC, D4 and BD. RGB value is (252,212,189). Sum of RGB (Red+Green+Blue) = 252+212+189=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4BD is #032B42. Grayscale: #DDDDDD. Windows color (decimal): -207683 or 12440828. OLE color: 12440828.

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

Color convert

RGB 252 212 189 -
CMYK 0 0.16 0.25 0.01
HSL 21.9º 0.91% 0.86% -
HSV(B) 21.9º 0.25% 0.99% -
XYZ 72.87 71.46 58.1 -
YUV 221.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 252 212 189 0 0.16 0.25 0.01 21.9 0.91 0.86
Hex FC D4 BD 0 10 19 1 16 5B 56
Octal 374 324 275 0 20 31 1 26 133 126
Binary 11111100 11010100 10111101 0 10000 11001 1 10110 1011011 1010110

Color Harmonies of #FCD4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4BD

Black with #FCD4BD

Text Example


Text Example

White with #FCD4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4BD; }

 p { color: rgb(252,212,189); }

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

background-color css

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

 a { background-color: rgb(252,212,189); }

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

border-color css

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

 span { border-color: rgb(252,212,189); }

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