Html Css Color HEX #FCD4BB Tuft Bush

📋 copy color: '#FCD4BB'

red 252 ◦ green 212 ◦ blue 187

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

Shades of Tuft Bush #FCD4BB

Tints of Tuft Bush #FCD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.57%

 BLUE value IS 187 (73.44% from 255) = 28.73%

R = 38.71%
G = 32.57%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCD4BB (or 0xFCD4BB) is known color: Tuft Bush. HEX triplet: FC, D4 and BB. RGB value is (252,212,187). Sum of RGB (Red+Green+Blue) = 252+212+187=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4BB is #032B44. Grayscale: #DDDDDD. Windows color (decimal): -207685 or 12309756. OLE color: 12309756.

HSL color Cylindrical-coordinate representation of color #FCD4BB: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCD4BB is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 187 -
CMYK 0 0.16 0.26 0.01
HSL 23.08º 0.92% 0.86% -
HSV(B) 23.08º 0.26% 0.99% -
XYZ 72.66 71.37 56.96 -
YUV 221.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 252 212 187 0 0.16 0.26 0.01 23.08 0.92 0.86
Hex FC D4 BB 0 10 1A 1 17 5C 56
Octal 374 324 273 0 20 32 1 27 134 126
Binary 11111100 11010100 10111011 0 10000 11010 1 10111 1011100 1010110

Color Harmonies of #FCD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4BB

Black with #FCD4BB

Text Example


Text Example

White with #FCD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4BB; }

 p { color: rgb(252,212,187); }

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

background-color css

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

 a { background-color: rgb(252,212,187); }

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

border-color css

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

 span { border-color: rgb(252,212,187); }

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