Html Css Color HEX #FCD1BD Tuft Bush

📋 copy color: '#FCD1BD'

red 252 ◦ green 209 ◦ blue 189

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

Shades of Tuft Bush #FCD1BD

Tints of Tuft Bush #FCD1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.15%

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

R = 38.77%
G = 32.15%
B = 29.08%

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

#FCD1BD (or 0xFCD1BD) is known color: Tuft Bush. HEX triplet: FC, D1 and BD. RGB value is (252,209,189). Sum of RGB (Red+Green+Blue) = 252+209+189=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1BD is #032E42. Grayscale: #DBDBDB. Windows color (decimal): -208451 or 12440060. OLE color: 12440060.

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

Color convert

RGB 252 209 189 -
CMYK 0 0.17 0.25 0.01
HSL 19.05º 0.91% 0.86% -
HSV(B) 19.05º 0.25% 0.99% -
XYZ 72.13 69.97 57.85 -
YUV 219.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 252 209 189 0 0.17 0.25 0.01 19.05 0.91 0.86
Hex FC D1 BD 0 11 19 1 13 5B 56
Octal 374 321 275 0 21 31 1 23 133 126
Binary 11111100 11010001 10111101 0 10001 11001 1 10011 1011011 1010110

Color Harmonies of #FCD1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1BD

Black with #FCD1BD

Text Example


Text Example

White with #FCD1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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