Html Css Color HEX #FBA699 Rose Bud

📋 copy color: '#FBA699'

red 251 ◦ green 166 ◦ blue 153

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

Shades of Rose Bud #FBA699

Tints of Rose Bud #FBA699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.84%

R = 44.04%
G = 29.12%
B = 26.84%

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

#FBA699 (or 0xFBA699) is known color: Rose Bud. HEX triplet: FB, A6 and 99. RGB value is (251,166,153). Sum of RGB (Red+Green+Blue) = 251+166+153=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA699 is #045966. Grayscale: #BEBEBE. Windows color (decimal): -285031 or 10069755. OLE color: 10069755.

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

Color convert

RGB 251 166 153 -
CMYK 0 0.34 0.39 0.02
HSL 7.96º 0.92% 0.79% -
HSV(B) 7.96º 0.39% 0.98% -
XYZ 59.17 50.08 36.69 -
YUV 189.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 251 166 153 0 0.34 0.39 0.02 7.96 0.92 0.79
Hex FB A6 99 0 22 27 2 8 5C 4F
Octal 373 246 231 0 42 47 2 10 134 117
Binary 11111011 10100110 10011001 0 100010 100111 10 1000 1011100 1001111

Color Harmonies of #FBA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA699

Black with #FBA699

Text Example


Text Example

White with #FBA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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