Html Css Color HEX #FCD5BF Tuft Bush

📋 copy color: '#FCD5BF'

red 252 ◦ green 213 ◦ blue 191

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

Shades of Tuft Bush #FCD5BF

Tints of Tuft Bush #FCD5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

 BLUE value IS 191 (75% from 255) = 29.12%

R = 38.41%
G = 32.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCD5BF (or 0xFCD5BF) is known color: Tuft Bush. HEX triplet: FC, D5 and BF. RGB value is (252,213,191). Sum of RGB (Red+Green+Blue) = 252+213+191=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5BF is #032A40. Grayscale: #DEDEDE. Windows color (decimal): -207425 or 12572156. OLE color: 12572156.

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

Color convert

RGB 252 213 191 -
CMYK 0 0.15 0.24 0.01
HSL 21.64º 0.91% 0.87% -
HSV(B) 21.64º 0.24% 0.99% -
XYZ 73.34 72.05 59.33 -
YUV 222.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 252 213 191 0 0.15 0.24 0.01 21.64 0.91 0.87
Hex FC D5 BF 0 F 18 1 16 5B 57
Octal 374 325 277 0 17 30 1 26 133 127
Binary 11111100 11010101 10111111 0 1111 11000 1 10110 1011011 1010111

Color Harmonies of #FCD5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5BF

Black with #FCD5BF

Text Example


Text Example

White with #FCD5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5BF; }

 p { color: rgb(252,213,191); }

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

background-color css

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

 a { background-color: rgb(252,213,191); }

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

border-color css

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

 span { border-color: rgb(252,213,191); }

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