Html Css Color HEX #FCCFBD Tuft Bush

📋 copy color: '#FCCFBD'

red 252 ◦ green 207 ◦ blue 189

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

Shades of Tuft Bush #FCCFBD

Tints of Tuft Bush #FCCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.94%

 BLUE value IS 189 (74.22% from 255) = 29.17%

R = 38.89%
G = 31.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCCFBD (or 0xFCCFBD) is known color: Tuft Bush. HEX triplet: FC, CF and BD. RGB value is (252,207,189). Sum of RGB (Red+Green+Blue) = 252+207+189=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBD is #033042. Grayscale: #DADADA. Windows color (decimal): -208963 or 12439548. OLE color: 12439548.

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

Color convert

RGB 252 207 189 -
CMYK 0 0.18 0.25 0.01
HSL 17.14º 0.91% 0.86% -
HSV(B) 17.14º 0.25% 0.99% -
XYZ 71.64 69 57.69 -
YUV 218.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 252 207 189 0 0.18 0.25 0.01 17.14 0.91 0.86
Hex FC CF BD 0 12 19 1 11 5B 56
Octal 374 317 275 0 22 31 1 21 133 126
Binary 11111100 11001111 10111101 0 10010 11001 1 10001 1011011 1010110

Color Harmonies of #FCCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFBD

Black with #FCCFBD

Text Example


Text Example

White with #FCCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFBD; }

 p { color: rgb(252,207,189); }

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

background-color css

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

 a { background-color: rgb(252,207,189); }

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

border-color css

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

 span { border-color: rgb(252,207,189); }

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