Html Css Color HEX #FBA298 Rose Bud

📋 copy color: '#FBA298'

red 251 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #FBA298

Tints of Rose Bud #FBA298

RGB

 RED value IS 251 (98.44% from 255) = 44.42%

 GREEN value IS 162 (63.67% from 255) = 28.67%

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

R = 44.42%
G = 28.67%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA298 (or 0xFBA298) is known color: Rose Bud. HEX triplet: FB, A2 and 98. RGB value is (251,162,152). Sum of RGB (Red+Green+Blue) = 251+162+152=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA298 is #045D67. Grayscale: #BBBBBB. Windows color (decimal): -286056 or 10003195. OLE color: 10003195.

HSL color Cylindrical-coordinate representation of color #FBA298: hue angle of 6.06º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA298 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 152 -
CMYK 0 0.35 0.39 0.02
HSL 6.06º 0.93% 0.79% -
HSV(B) 6.06º 0.39% 0.98% -
XYZ 58.37 48.62 36.01 -
YUV 187.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 251 162 152 0 0.35 0.39 0.02 6.06 0.93 0.79
Hex FB A2 98 0 23 27 2 6 5D 4F
Octal 373 242 230 0 43 47 2 6 135 117
Binary 11111011 10100010 10011000 0 100011 100111 10 110 1011101 1001111

Color Harmonies of #FBA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA298

Black with #FBA298

Text Example


Text Example

White with #FBA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA298; }

 p { color: rgb(251,162,152); }

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

background-color css

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

 a { background-color: rgb(251,162,152); }

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

border-color css

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

 span { border-color: rgb(251,162,152); }

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