Html Css Color HEX #FBA98F Rose Bud

📋 copy color: '#FBA98F'

red 251 ◦ green 169 ◦ blue 143

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

Shades of Rose Bud #FBA98F

Tints of Rose Bud #FBA98F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.02%

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 44.58%
G = 30.02%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBA98F (or 0xFBA98F) is known color: Rose Bud. HEX triplet: FB, A9 and 8F. RGB value is (251,169,143). Sum of RGB (Red+Green+Blue) = 251+169+143=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98F is #045670. Grayscale: #BEBEBE. Windows color (decimal): -284273 or 9415163. OLE color: 9415163.

HSL color Cylindrical-coordinate representation of color #FBA98F: hue angle of 14.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBA98F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 143 -
CMYK 0 0.33 0.43 0.02
HSL 14.44º 0.93% 0.77% -
HSV(B) 14.44º 0.43% 0.98% -
XYZ 58.93 50.87 32.7 -
YUV 190.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 251 169 143 0 0.33 0.43 0.02 14.44 0.93 0.77
Hex FB A9 8F 0 21 2B 2 E 5D 4D
Octal 373 251 217 0 41 53 2 16 135 115
Binary 11111011 10101001 10001111 0 100001 101011 10 1110 1011101 1001101

Color Harmonies of #FBA98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA98F

Black with #FBA98F

Text Example


Text Example

White with #FBA98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA98F; }

 p { color: rgb(251,169,143); }

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

background-color css

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

 a { background-color: rgb(251,169,143); }

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

border-color css

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

 span { border-color: rgb(251,169,143); }

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