Html Css Color HEX #FED2BC Tuft Bush

📋 copy color: '#FED2BC'

red 254 ◦ green 210 ◦ blue 188

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

Shades of Tuft Bush #FED2BC

Tints of Tuft Bush #FED2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.21%

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

R = 38.96%
G = 32.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FED2BC (or 0xFED2BC) is known color: Tuft Bush. HEX triplet: FE, D2 and BC. RGB value is (254,210,188). Sum of RGB (Red+Green+Blue) = 254+210+188=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BC is #012D43. Grayscale: #DCDCDC. Windows color (decimal): -77124 or 12374782. OLE color: 12374782.

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

Color convert

RGB 254 210 188 -
CMYK 0 0.17 0.26 0.00
HSL 20º 0.97% 0.87% -
HSV(B) 20º 0.26% 1% -
XYZ 73 70.79 57.39 -
YUV 220.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 254 210 188 0 0.17 0.26 0.00 20 0.97 0.87
Hex FE D2 BC 0 11 1A 0 14 61 57
Octal 376 322 274 0 21 32 0 24 141 127
Binary 11111110 11010010 10111100 0 10001 11010 0 10100 1100001 1010111

Color Harmonies of #FED2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2BC

Black with #FED2BC

Text Example


Text Example

White with #FED2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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