Html Css Color HEX #FECCBA Tuft Bush

📋 copy color: '#FECCBA'

red 254 ◦ green 204 ◦ blue 186

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

Shades of Tuft Bush #FECCBA

Tints of Tuft Bush #FECCBA

RGB

 RED value IS 254 (99.61% from 255) = 39.44%

 GREEN value IS 204 (80.08% from 255) = 31.68%

 BLUE value IS 186 (73.05% from 255) = 28.88%

R = 39.44%
G = 31.68%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FECCBA (or 0xFECCBA) is known color: Tuft Bush. HEX triplet: FE, CC and BA. RGB value is (254,204,186). Sum of RGB (Red+Green+Blue) = 254+204+186=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBA is #013345. Grayscale: #D9D9D9. Windows color (decimal): -78662 or 12242174. OLE color: 12242174.

HSL color Cylindrical-coordinate representation of color #FECCBA: hue angle of 15.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FECCBA is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 186 -
CMYK 0 0.20 0.27 0.00
HSL 15.88º 0.97% 0.86% -
HSV(B) 15.88º 0.27% 1% -
XYZ 71.33 67.8 55.78 -
YUV 216.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 254 204 186 0 0.20 0.27 0.00 15.88 0.97 0.86
Hex FE CC BA 0 14 1B 0 10 61 56
Octal 376 314 272 0 24 33 0 20 141 126
Binary 11111110 11001100 10111010 0 10100 11011 0 10000 1100001 1010110

Color Harmonies of #FECCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCBA

Black with #FECCBA

Text Example


Text Example

White with #FECCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCBA; }

 p { color: rgb(254,204,186); }

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

background-color css

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

 a { background-color: rgb(254,204,186); }

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

border-color css

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

 span { border-color: rgb(254,204,186); }

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