Html Css Color HEX #FECDBA Tuft Bush

📋 copy color: '#FECDBA'

red 254 ◦ green 205 ◦ blue 186

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

Shades of Tuft Bush #FECDBA

Tints of Tuft Bush #FECDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.78%

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

R = 39.38%
G = 31.78%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FECDBA (or 0xFECDBA) is known color: Tuft Bush. HEX triplet: FE, CD and BA. RGB value is (254,205,186). Sum of RGB (Red+Green+Blue) = 254+205+186=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDBA is #013245. Grayscale: #D9D9D9. Windows color (decimal): -78406 or 12242430. OLE color: 12242430.

HSL color Cylindrical-coordinate representation of color #FECDBA: hue angle of 16.76º 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 #FECDBA is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 186 -
CMYK 0 0.19 0.27 0.00
HSL 16.76º 0.97% 0.86% -
HSV(B) 16.76º 0.27% 1% -
XYZ 71.57 68.28 55.86 -
YUV 217.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 254 205 186 0 0.19 0.27 0.00 16.76 0.97 0.86
Hex FE CD BA 0 13 1B 0 11 61 56
Octal 376 315 272 0 23 33 0 21 141 126
Binary 11111110 11001101 10111010 0 10011 11011 0 10001 1100001 1010110

Color Harmonies of #FECDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDBA

Black with #FECDBA

Text Example


Text Example

White with #FECDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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