Html Css Color HEX #FEAD8C Rose Bud

📋 copy color: '#FEAD8C'

red 254 ◦ green 173 ◦ blue 140

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

Shades of Rose Bud #FEAD8C

Tints of Rose Bud #FEAD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 44.8%
G = 30.51%
B = 24.69%

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

#FEAD8C (or 0xFEAD8C) is known color: Rose Bud. HEX triplet: FE, AD and 8C. RGB value is (254,173,140). Sum of RGB (Red+Green+Blue) = 254+173+140=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8C is #015273. Grayscale: #C1C1C1. Windows color (decimal): -86644 or 9219582. OLE color: 9219582.

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

Color convert

RGB 254 173 140 -
CMYK 0 0.32 0.45 0.00
HSL 17.37º 0.98% 0.77% -
HSV(B) 17.37º 0.45% 1% -
XYZ 60.55 52.85 31.82 -
YUV 193.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 254 173 140 0 0.32 0.45 0.00 17.37 0.98 0.77
Hex FE AD 8C 0 20 2D 0 11 62 4D
Octal 376 255 214 0 40 55 0 21 142 115
Binary 11111110 10101101 10001100 0 100000 101101 0 10001 1100010 1001101

Color Harmonies of #FEAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8C

Black with #FEAD8C

Text Example


Text Example

White with #FEAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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