Html Css Color HEX #FED1BB Tuft Bush

📋 copy color: '#FED1BB'

red 254 ◦ green 209 ◦ blue 187

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

Shades of Tuft Bush #FED1BB

Tints of Tuft Bush #FED1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.15%

 BLUE value IS 187 (73.44% from 255) = 28.77%

R = 39.08%
G = 32.15%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FED1BB (or 0xFED1BB) is known color: Tuft Bush. HEX triplet: FE, D1 and BB. RGB value is (254,209,187). Sum of RGB (Red+Green+Blue) = 254+209+187=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1BB is #012E44. Grayscale: #DCDCDC. Windows color (decimal): -77381 or 12308990. OLE color: 12308990.

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

Color convert

RGB 254 209 187 -
CMYK 0 0.18 0.26 0.00
HSL 19.7º 0.97% 0.86% -
HSV(B) 19.7º 0.26% 1% -
XYZ 72.64 70.26 56.75 -
YUV 219.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 254 209 187 0 0.18 0.26 0.00 19.7 0.97 0.86
Hex FE D1 BB 0 12 1A 0 14 61 56
Octal 376 321 273 0 22 32 0 24 141 126
Binary 11111110 11010001 10111011 0 10010 11010 0 10100 1100001 1010110

Color Harmonies of #FED1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1BB

Black with #FED1BB

Text Example


Text Example

White with #FED1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1BB; }

 p { color: rgb(254,209,187); }

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

background-color css

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

 a { background-color: rgb(254,209,187); }

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

border-color css

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

 span { border-color: rgb(254,209,187); }

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