Html Css Color HEX #FBA698 Rose Bud

📋 copy color: '#FBA698'

red 251 ◦ green 166 ◦ blue 152

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

Shades of Rose Bud #FBA698

Tints of Rose Bud #FBA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

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

R = 44.11%
G = 29.17%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA698 (or 0xFBA698) is known color: Rose Bud. HEX triplet: FB, A6 and 98. RGB value is (251,166,152). Sum of RGB (Red+Green+Blue) = 251+166+152=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA698 is #045967. Grayscale: #BDBDBD. Windows color (decimal): -285032 or 10004219. OLE color: 10004219.

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

Color convert

RGB 251 166 152 -
CMYK 0 0.34 0.39 0.02
HSL 8.48º 0.93% 0.79% -
HSV(B) 8.48º 0.39% 0.98% -
XYZ 59.09 50.05 36.25 -
YUV 189.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 251 166 152 0 0.34 0.39 0.02 8.48 0.93 0.79
Hex FB A6 98 0 22 27 2 8 5D 4F
Octal 373 246 230 0 42 47 2 10 135 117
Binary 11111011 10100110 10011000 0 100010 100111 10 1000 1011101 1001111

Color Harmonies of #FBA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA698

Black with #FBA698

Text Example


Text Example

White with #FBA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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