Html Css Color HEX #FECFBC Tuft Bush

📋 copy color: '#FECFBC'

red 254 ◦ green 207 ◦ blue 188

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

Shades of Tuft Bush #FECFBC

Tints of Tuft Bush #FECFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.97%

R = 39.14%
G = 31.9%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FECFBC (or 0xFECFBC) is known color: Tuft Bush. HEX triplet: FE, CF and BC. RGB value is (254,207,188). Sum of RGB (Red+Green+Blue) = 254+207+188=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFBC is #013043. Grayscale: #DBDBDB. Windows color (decimal): -77892 or 12374014. OLE color: 12374014.

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

Color convert

RGB 254 207 188 -
CMYK 0 0.19 0.26 0.00
HSL 17.27º 0.97% 0.87% -
HSV(B) 17.27º 0.26% 1% -
XYZ 72.26 69.33 57.15 -
YUV 218.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 207 188 0 0.19 0.26 0.00 17.27 0.97 0.87
Hex FE CF BC 0 13 1A 0 11 61 57
Octal 376 317 274 0 23 32 0 21 141 127
Binary 11111110 11001111 10111100 0 10011 11010 0 10001 1100001 1010111

Color Harmonies of #FECFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFBC

Black with #FECFBC

Text Example


Text Example

White with #FECFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFBC; }

 p { color: rgb(254,207,188); }

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

background-color css

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

 a { background-color: rgb(254,207,188); }

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

border-color css

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

 span { border-color: rgb(254,207,188); }

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