Html Css Color HEX #FEAD8F Rose Bud

📋 copy color: '#FEAD8F'

red 254 ◦ green 173 ◦ blue 143

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

Shades of Rose Bud #FEAD8F

Tints of Rose Bud #FEAD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 44.56%
G = 30.35%
B = 25.09%

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

#FEAD8F (or 0xFEAD8F) is known color: Rose Bud. HEX triplet: FE, AD and 8F. RGB value is (254,173,143). Sum of RGB (Red+Green+Blue) = 254+173+143=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8F is #015270. Grayscale: #C1C1C1. Windows color (decimal): -86641 or 9416190. OLE color: 9416190.

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

Color convert

RGB 254 173 143 -
CMYK 0 0.32 0.44 0.00
HSL 16.22º 0.98% 0.78% -
HSV(B) 16.22º 0.44% 1% -
XYZ 60.77 52.94 33 -
YUV 193.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 254 173 143 0 0.32 0.44 0.00 16.22 0.98 0.78
Hex FE AD 8F 0 20 2C 0 10 62 4E
Octal 376 255 217 0 40 54 0 20 142 116
Binary 11111110 10101101 10001111 0 100000 101100 0 10000 1100010 1001110

Color Harmonies of #FEAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD8F

Black with #FEAD8F

Text Example


Text Example

White with #FEAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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