Html Css Color HEX #FBA496 Rose Bud

📋 copy color: '#FBA496'

red 251 ◦ green 164 ◦ blue 150

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

Shades of Rose Bud #FBA496

Tints of Rose Bud #FBA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

 BLUE value IS 150 (58.98% from 255) = 26.55%

R = 44.42%
G = 29.03%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA496 (or 0xFBA496) is known color: Rose Bud. HEX triplet: FB, A4 and 96. RGB value is (251,164,150). Sum of RGB (Red+Green+Blue) = 251+164+150=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA496 is #045B69. Grayscale: #BCBCBC. Windows color (decimal): -285546 or 9872635. OLE color: 9872635.

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

Color convert

RGB 251 164 150 -
CMYK 0 0.35 0.40 0.02
HSL 8.32º 0.93% 0.79% -
HSV(B) 8.32º 0.4% 0.98% -
XYZ 58.56 49.26 35.28 -
YUV 188.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 251 164 150 0 0.35 0.40 0.02 8.32 0.93 0.79
Hex FB A4 96 0 23 28 2 8 5D 4F
Octal 373 244 226 0 43 50 2 10 135 117
Binary 11111011 10100100 10010110 0 100011 101000 10 1000 1011101 1001111

Color Harmonies of #FBA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA496

Black with #FBA496

Text Example


Text Example

White with #FBA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA496; }

 p { color: rgb(251,164,150); }

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

background-color css

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

 a { background-color: rgb(251,164,150); }

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

border-color css

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

 span { border-color: rgb(251,164,150); }

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