Html Css Color HEX #FCD6BE Tuft Bush

📋 copy color: '#FCD6BE'

red 252 ◦ green 214 ◦ blue 190

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

Shades of Tuft Bush #FCD6BE

Tints of Tuft Bush #FCD6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.62%

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

R = 38.41%
G = 32.62%
B = 28.96%

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

#FCD6BE (or 0xFCD6BE) is known color: Tuft Bush. HEX triplet: FC, D6 and BE. RGB value is (252,214,190). Sum of RGB (Red+Green+Blue) = 252+214+190=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6BE is #032941. Grayscale: #DEDEDE. Windows color (decimal): -207170 or 12506876. OLE color: 12506876.

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

Color convert

RGB 252 214 190 -
CMYK 0 0.15 0.25 0.01
HSL 23.23º 0.91% 0.87% -
HSV(B) 23.23º 0.25% 0.99% -
XYZ 73.49 72.51 58.84 -
YUV 222.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 252 214 190 0 0.15 0.25 0.01 23.23 0.91 0.87
Hex FC D6 BE 0 F 19 1 17 5B 57
Octal 374 326 276 0 17 31 1 27 133 127
Binary 11111100 11010110 10111110 0 1111 11001 1 10111 1011011 1010111

Color Harmonies of #FCD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6BE

Black with #FCD6BE

Text Example


Text Example

White with #FCD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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