Html Css Color HEX #FBA898 Rose Bud

📋 copy color: '#FBA898'

red 251 ◦ green 168 ◦ blue 152

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

Shades of Rose Bud #FBA898

Tints of Rose Bud #FBA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.42%

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

R = 43.96%
G = 29.42%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA898 (or 0xFBA898) is known color: Rose Bud. HEX triplet: FB, A8 and 98. RGB value is (251,168,152). Sum of RGB (Red+Green+Blue) = 251+168+152=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA898 is #045767. Grayscale: #BFBFBF. Windows color (decimal): -284520 or 10004731. OLE color: 10004731.

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

Color convert

RGB 251 168 152 -
CMYK 0 0.33 0.39 0.02
HSL 9.7º 0.93% 0.79% -
HSV(B) 9.7º 0.39% 0.98% -
XYZ 59.45 50.78 36.37 -
YUV 190.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 251 168 152 0 0.33 0.39 0.02 9.7 0.93 0.79
Hex FB A8 98 0 21 27 2 A 5D 4F
Octal 373 250 230 0 41 47 2 12 135 117
Binary 11111011 10101000 10011000 0 100001 100111 10 1010 1011101 1001111

Color Harmonies of #FBA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA898

Black with #FBA898

Text Example


Text Example

White with #FBA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA898; }

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

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

background-color css

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

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

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

border-color css

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

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

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