Html Css Color HEX #FBA098 Rose Bud

📋 copy color: '#FBA098'

red 251 ◦ green 160 ◦ blue 152

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

Shades of Rose Bud #FBA098

Tints of Rose Bud #FBA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.42%

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

R = 44.58%
G = 28.42%
B = 27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA098 (or 0xFBA098) is known color: Rose Bud. HEX triplet: FB, A0 and 98. RGB value is (251,160,152). Sum of RGB (Red+Green+Blue) = 251+160+152=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA098 is #045F67. Grayscale: #BABABA. Windows color (decimal): -286568 or 10002683. OLE color: 10002683.

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

Color convert

RGB 251 160 152 -
CMYK 0 0.36 0.39 0.02
HSL 4.85º 0.93% 0.79% -
HSV(B) 4.85º 0.39% 0.98% -
XYZ 58.02 47.92 35.9 -
YUV 186.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 251 160 152 0 0.36 0.39 0.02 4.85 0.93 0.79
Hex FB A0 98 0 24 27 2 5 5D 4F
Octal 373 240 230 0 44 47 2 5 135 117
Binary 11111011 10100000 10011000 0 100100 100111 10 101 1011101 1001111

Color Harmonies of #FBA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA098

Black with #FBA098

Text Example


Text Example

White with #FBA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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