Html Css Color HEX #FEAD9B Rose Bud

📋 copy color: '#FEAD9B'

red 254 ◦ green 173 ◦ blue 155

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

Shades of Rose Bud #FEAD9B

Tints of Rose Bud #FEAD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 43.64%
G = 29.73%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEAD9B (or 0xFEAD9B) is known color: Rose Bud. HEX triplet: FE, AD and 9B. RGB value is (254,173,155). Sum of RGB (Red+Green+Blue) = 254+173+155=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9B is #015264. Grayscale: #C3C3C3. Windows color (decimal): -86629 or 10202622. OLE color: 10202622.

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

Color convert

RGB 254 173 155 -
CMYK 0 0.32 0.39 0.00
HSL 10.91º 0.98% 0.8% -
HSV(B) 10.91º 0.39% 1% -
XYZ 61.73 53.32 38.05 -
YUV 195.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 254 173 155 0 0.32 0.39 0.00 10.91 0.98 0.8
Hex FE AD 9B 0 20 27 0 B 62 50
Octal 376 255 233 0 40 47 0 13 142 120
Binary 11111110 10101101 10011011 0 100000 100111 0 1011 1100010 1010000

Color Harmonies of #FEAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD9B

Black with #FEAD9B

Text Example


Text Example

White with #FEAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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