Html Css Color HEX #FECEBA Tuft Bush

📋 copy color: '#FECEBA'

red 254 ◦ green 206 ◦ blue 186

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

Shades of Tuft Bush #FECEBA

Tints of Tuft Bush #FECEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.89%

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

R = 39.32%
G = 31.89%
B = 28.79%

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

#FECEBA (or 0xFECEBA) is known color: Tuft Bush. HEX triplet: FE, CE and BA. RGB value is (254,206,186). Sum of RGB (Red+Green+Blue) = 254+206+186=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEBA is #013145. Grayscale: #DADADA. Windows color (decimal): -78150 or 12242686. OLE color: 12242686.

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

Color convert

RGB 254 206 186 -
CMYK 0 0.19 0.27 0.00
HSL 17.65º 0.97% 0.86% -
HSV(B) 17.65º 0.27% 1% -
XYZ 71.81 68.76 55.94 -
YUV 218.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 254 206 186 0 0.19 0.27 0.00 17.65 0.97 0.86
Hex FE CE BA 0 13 1B 0 12 61 56
Octal 376 316 272 0 23 33 0 22 141 126
Binary 11111110 11001110 10111010 0 10011 11011 0 10010 1100001 1010110

Color Harmonies of #FECEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEBA

Black with #FECEBA

Text Example


Text Example

White with #FECEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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