Html Css Color HEX #FCD0BB Tuft Bush

📋 copy color: '#FCD0BB'

red 252 ◦ green 208 ◦ blue 187

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

Shades of Tuft Bush #FCD0BB

Tints of Tuft Bush #FCD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.15%

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

R = 38.95%
G = 32.15%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCD0BB (or 0xFCD0BB) is known color: Tuft Bush. HEX triplet: FC, D0 and BB. RGB value is (252,208,187). Sum of RGB (Red+Green+Blue) = 252+208+187=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0BB is #032F44. Grayscale: #DADADA. Windows color (decimal): -208709 or 12308732. OLE color: 12308732.

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

Color convert

RGB 252 208 187 -
CMYK 0 0.17 0.26 0.01
HSL 19.38º 0.92% 0.86% -
HSV(B) 19.38º 0.26% 0.99% -
XYZ 71.67 69.4 56.63 -
YUV 218.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 252 208 187 0 0.17 0.26 0.01 19.38 0.92 0.86
Hex FC D0 BB 0 11 1A 1 13 5C 56
Octal 374 320 273 0 21 32 1 23 134 126
Binary 11111100 11010000 10111011 0 10001 11010 1 10011 1011100 1010110

Color Harmonies of #FCD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0BB

Black with #FCD0BB

Text Example


Text Example

White with #FCD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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