Html Css Color HEX #FEAD8D Rose Bud

📋 copy color: '#FEAD8D'

red 254 ◦ green 173 ◦ blue 141

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

Shades of Rose Bud #FEAD8D

Tints of Rose Bud #FEAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.82%

R = 44.72%
G = 30.46%
B = 24.82%

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

#FEAD8D (or 0xFEAD8D) is known color: Rose Bud. HEX triplet: FE, AD and 8D. RGB value is (254,173,141). Sum of RGB (Red+Green+Blue) = 254+173+141=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8D is #015272. Grayscale: #C1C1C1. Windows color (decimal): -86643 or 9285118. OLE color: 9285118.

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

Color convert

RGB 254 173 141 -
CMYK 0 0.32 0.44 0.00
HSL 16.99º 0.98% 0.77% -
HSV(B) 16.99º 0.44% 1% -
XYZ 60.62 52.88 32.21 -
YUV 193.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 254 173 141 0 0.32 0.44 0.00 16.99 0.98 0.77
Hex FE AD 8D 0 20 2C 0 11 62 4D
Octal 376 255 215 0 40 54 0 21 142 115
Binary 11111110 10101101 10001101 0 100000 101100 0 10001 1100010 1001101

Color Harmonies of #FEAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8D

Black with #FEAD8D

Text Example


Text Example

White with #FEAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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