Html Css Color HEX #FCD7BD Tuft Bush

📋 copy color: '#FCD7BD'

red 252 ◦ green 215 ◦ blue 189

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

Shades of Tuft Bush #FCD7BD

Tints of Tuft Bush #FCD7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.77%

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

R = 38.41%
G = 32.77%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD7BD (or 0xFCD7BD) is known color: Tuft Bush. HEX triplet: FC, D7 and BD. RGB value is (252,215,189). Sum of RGB (Red+Green+Blue) = 252+215+189=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7BD is #032842. Grayscale: #DFDFDF. Windows color (decimal): -206915 or 12441596. OLE color: 12441596.

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

Color convert

RGB 252 215 189 -
CMYK 0 0.15 0.25 0.01
HSL 24.76º 0.91% 0.86% -
HSV(B) 24.76º 0.25% 0.99% -
XYZ 73.63 72.97 58.35 -
YUV 223.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 252 215 189 0 0.15 0.25 0.01 24.76 0.91 0.86
Hex FC D7 BD 0 F 19 1 19 5B 56
Octal 374 327 275 0 17 31 1 31 133 126
Binary 11111100 11010111 10111101 0 1111 11001 1 11001 1011011 1010110

Color Harmonies of #FCD7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7BD

Black with #FCD7BD

Text Example


Text Example

White with #FCD7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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