Html Css Color HEX #FED3BB Tuft Bush

📋 copy color: '#FED3BB'

red 254 ◦ green 211 ◦ blue 187

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

Shades of Tuft Bush #FED3BB

Tints of Tuft Bush #FED3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.36%

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

R = 38.96%
G = 32.36%
B = 28.68%

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

#FED3BB (or 0xFED3BB) is known color: Tuft Bush. HEX triplet: FE, D3 and BB. RGB value is (254,211,187). Sum of RGB (Red+Green+Blue) = 254+211+187=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3BB is #012C44. Grayscale: #DDDDDD. Windows color (decimal): -76869 or 12309502. OLE color: 12309502.

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

Color convert

RGB 254 211 187 -
CMYK 0 0.17 0.26 0.00
HSL 21.49º 0.97% 0.86% -
HSV(B) 21.49º 0.26% 1% -
XYZ 73.14 71.25 56.91 -
YUV 221.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 254 211 187 0 0.17 0.26 0.00 21.49 0.97 0.86
Hex FE D3 BB 0 11 1A 0 15 61 56
Octal 376 323 273 0 21 32 0 25 141 126
Binary 11111110 11010011 10111011 0 10001 11010 0 10101 1100001 1010110

Color Harmonies of #FED3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3BB

Black with #FED3BB

Text Example


Text Example

White with #FED3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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