Html Css Color HEX #FCD5BE Tuft Bush

📋 copy color: '#FCD5BE'

red 252 ◦ green 213 ◦ blue 190

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

Shades of Tuft Bush #FCD5BE

Tints of Tuft Bush #FCD5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.01%

R = 38.47%
G = 32.52%
B = 29.01%

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

#FCD5BE (or 0xFCD5BE) is known color: Tuft Bush. HEX triplet: FC, D5 and BE. RGB value is (252,213,190). Sum of RGB (Red+Green+Blue) = 252+213+190=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5BE is #032A41. Grayscale: #DEDEDE. Windows color (decimal): -207426 or 12506620. OLE color: 12506620.

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

Color convert

RGB 252 213 190 -
CMYK 0 0.15 0.25 0.01
HSL 22.26º 0.91% 0.87% -
HSV(B) 22.26º 0.25% 0.99% -
XYZ 73.23 72 58.75 -
YUV 222.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 252 213 190 0 0.15 0.25 0.01 22.26 0.91 0.87
Hex FC D5 BE 0 F 19 1 16 5B 57
Octal 374 325 276 0 17 31 1 26 133 127
Binary 11111100 11010101 10111110 0 1111 11001 1 10110 1011011 1010111

Color Harmonies of #FCD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5BE

Black with #FCD5BE

Text Example


Text Example

White with #FCD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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