Html Css Color HEX #FEAD8B Rose Bud

📋 copy color: '#FEAD8B'

red 254 ◦ green 173 ◦ blue 139

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

Shades of Rose Bud #FEAD8B

Tints of Rose Bud #FEAD8B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 139 (54.69% from 255) = 24.56%

R = 44.88%
G = 30.57%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEAD8B (or 0xFEAD8B) is known color: Rose Bud. HEX triplet: FE, AD and 8B. RGB value is (254,173,139). Sum of RGB (Red+Green+Blue) = 254+173+139=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8B is #015274. Grayscale: #C1C1C1. Windows color (decimal): -86645 or 9154046. OLE color: 9154046.

HSL color Cylindrical-coordinate representation of color #FEAD8B: hue angle of 17.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEAD8B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 139 -
CMYK 0 0.32 0.45 0.00
HSL 17.74º 0.98% 0.77% -
HSV(B) 17.74º 0.45% 1% -
XYZ 60.48 52.82 31.43 -
YUV 193.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 254 173 139 0 0.32 0.45 0.00 17.74 0.98 0.77
Hex FE AD 8B 0 20 2D 0 12 62 4D
Octal 376 255 213 0 40 55 0 22 142 115
Binary 11111110 10101101 10001011 0 100000 101101 0 10010 1100010 1001101

Color Harmonies of #FEAD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8B

Black with #FEAD8B

Text Example


Text Example

White with #FEAD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8B; }

 p { color: rgb(254,173,139); }

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

background-color css

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

 a { background-color: rgb(254,173,139); }

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

border-color css

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

 span { border-color: rgb(254,173,139); }

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