Html Css Color HEX #FCD2BD Tuft Bush

📋 copy color: '#FCD2BD'

red 252 ◦ green 210 ◦ blue 189

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

Shades of Tuft Bush #FCD2BD

Tints of Tuft Bush #FCD2BD

RGB

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

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

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

R = 38.71%
G = 32.26%
B = 29.03%

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

#FCD2BD (or 0xFCD2BD) is known color: Tuft Bush. HEX triplet: FC, D2 and BD. RGB value is (252,210,189). Sum of RGB (Red+Green+Blue) = 252+210+189=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BD is #032D42. Grayscale: #DCDCDC. Windows color (decimal): -208195 or 12440316. OLE color: 12440316.

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

Color convert

RGB 252 210 189 -
CMYK 0 0.17 0.25 0.01
HSL 20º 0.91% 0.86% -
HSV(B) 20º 0.25% 0.99% -
XYZ 72.38 70.46 57.93 -
YUV 220.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 252 210 189 0 0.17 0.25 0.01 20 0.91 0.86
Hex FC D2 BD 0 11 19 1 14 5B 56
Octal 374 322 275 0 21 31 1 24 133 126
Binary 11111100 11010010 10111101 0 10001 11001 1 10100 1011011 1010110

Color Harmonies of #FCD2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2BD

Black with #FCD2BD

Text Example


Text Example

White with #FCD2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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