Html Css Color HEX #FEB29A Rose Bud

📋 copy color: '#FEB29A'

red 254 ◦ green 178 ◦ blue 154

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

Shades of Rose Bud #FEB29A

Tints of Rose Bud #FEB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.38%

 BLUE value IS 154 (60.55% from 255) = 26.28%

R = 43.34%
G = 30.38%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEB29A (or 0xFEB29A) is known color: Rose Bud. HEX triplet: FE, B2 and 9A. RGB value is (254,178,154). Sum of RGB (Red+Green+Blue) = 254+178+154=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB29A is #014D65. Grayscale: #C6C6C6. Windows color (decimal): -85350 or 10138366. OLE color: 10138366.

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

Color convert

RGB 254 178 154 -
CMYK 0 0.30 0.39 0.00
HSL 14.4º 0.98% 0.8% -
HSV(B) 14.4º 0.39% 1% -
XYZ 62.63 55.24 37.93 -
YUV 197.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 254 178 154 0 0.30 0.39 0.00 14.4 0.98 0.8
Hex FE B2 9A 0 1E 27 0 E 62 50
Octal 376 262 232 0 36 47 0 16 142 120
Binary 11111110 10110010 10011010 0 11110 100111 0 1110 1100010 1010000

Color Harmonies of #FEB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB29A

Black with #FEB29A

Text Example


Text Example

White with #FEB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB29A; }

 p { color: rgb(254,178,154); }

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

background-color css

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

 a { background-color: rgb(254,178,154); }

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

border-color css

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

 span { border-color: rgb(254,178,154); }

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