Html Css Color HEX #FEAD8A Rose Bud

📋 copy color: '#FEAD8A'

red 254 ◦ green 173 ◦ blue 138

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

Shades of Rose Bud #FEAD8A

Tints of Rose Bud #FEAD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.42%

R = 44.96%
G = 30.62%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEAD8A (or 0xFEAD8A) is known color: Rose Bud. HEX triplet: FE, AD and 8A. RGB value is (254,173,138). Sum of RGB (Red+Green+Blue) = 254+173+138=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8A is #015275. Grayscale: #C1C1C1. Windows color (decimal): -86646 or 9088510. OLE color: 9088510.

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

Color convert

RGB 254 173 138 -
CMYK 0 0.32 0.46 0.00
HSL 18.1º 0.98% 0.77% -
HSV(B) 18.1º 0.46% 1% -
XYZ 60.4 52.79 31.05 -
YUV 193.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 254 173 138 0 0.32 0.46 0.00 18.1 0.98 0.77
Hex FE AD 8A 0 20 2E 0 12 62 4D
Octal 376 255 212 0 40 56 0 22 142 115
Binary 11111110 10101101 10001010 0 100000 101110 0 10010 1100010 1001101

Color Harmonies of #FEAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8A

Black with #FEAD8A

Text Example


Text Example

White with #FEAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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