Html Css Color HEX #FEB298 Rose Bud

📋 copy color: '#FEB298'

red 254 ◦ green 178 ◦ blue 152

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

Shades of Rose Bud #FEB298

Tints of Rose Bud #FEB298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.03%

R = 43.49%
G = 30.48%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEB298 (or 0xFEB298) is known color: Rose Bud. HEX triplet: FE, B2 and 98. RGB value is (254,178,152). Sum of RGB (Red+Green+Blue) = 254+178+152=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB298 is #014D67. Grayscale: #C5C5C5. Windows color (decimal): -85352 or 10007294. OLE color: 10007294.

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

Color convert

RGB 254 178 152 -
CMYK 0 0.30 0.40 0.00
HSL 15.29º 0.98% 0.8% -
HSV(B) 15.29º 0.4% 1% -
XYZ 62.46 55.18 37.06 -
YUV 197.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 254 178 152 0 0.30 0.40 0.00 15.29 0.98 0.8
Hex FE B2 98 0 1E 28 0 F 62 50
Octal 376 262 230 0 36 50 0 17 142 120
Binary 11111110 10110010 10011000 0 11110 101000 0 1111 1100010 1010000

Color Harmonies of #FEB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB298

Black with #FEB298

Text Example


Text Example

White with #FEB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB298; }

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

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

background-color css

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

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

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

border-color css

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

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

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