Html Css Color HEX #FCCFBE Tuft Bush

📋 copy color: '#FCCFBE'

red 252 ◦ green 207 ◦ blue 190

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

Shades of Tuft Bush #FCCFBE

Tints of Tuft Bush #FCCFBE

RGB

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

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

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

R = 38.83%
G = 31.9%
B = 29.28%

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

#FCCFBE (or 0xFCCFBE) is known color: Tuft Bush. HEX triplet: FC, CF and BE. RGB value is (252,207,190). Sum of RGB (Red+Green+Blue) = 252+207+190=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBE is #033041. Grayscale: #DADADA. Windows color (decimal): -208962 or 12505084. OLE color: 12505084.

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

Color convert

RGB 252 207 190 -
CMYK 0 0.18 0.25 0.01
HSL 16.45º 0.91% 0.87% -
HSV(B) 16.45º 0.25% 0.99% -
XYZ 71.75 69.04 58.26 -
YUV 218.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 252 207 190 0 0.18 0.25 0.01 16.45 0.91 0.87
Hex FC CF BE 0 12 19 1 10 5B 57
Octal 374 317 276 0 22 31 1 20 133 127
Binary 11111100 11001111 10111110 0 10010 11001 1 10000 1011011 1010111

Color Harmonies of #FCCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFBE

Black with #FCCFBE

Text Example


Text Example

White with #FCCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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