Html Css Color HEX #FEAD8E Rose Bud

📋 copy color: '#FEAD8E'

red 254 ◦ green 173 ◦ blue 142

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

Shades of Rose Bud #FEAD8E

Tints of Rose Bud #FEAD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.96%

R = 44.64%
G = 30.4%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEAD8E (or 0xFEAD8E) is known color: Rose Bud. HEX triplet: FE, AD and 8E. RGB value is (254,173,142). Sum of RGB (Red+Green+Blue) = 254+173+142=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8E is #015271. Grayscale: #C1C1C1. Windows color (decimal): -86642 or 9350654. OLE color: 9350654.

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

Color convert

RGB 254 173 142 -
CMYK 0 0.32 0.44 0.00
HSL 16.61º 0.98% 0.78% -
HSV(B) 16.61º 0.44% 1% -
XYZ 60.7 52.91 32.6 -
YUV 193.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 254 173 142 0 0.32 0.44 0.00 16.61 0.98 0.78
Hex FE AD 8E 0 20 2C 0 11 62 4E
Octal 376 255 216 0 40 54 0 21 142 116
Binary 11111110 10101101 10001110 0 100000 101100 0 10001 1100010 1001110

Color Harmonies of #FEAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8E

Black with #FEAD8E

Text Example


Text Example

White with #FEAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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