Html Css Color HEX #FBA9A0 Rose Bud

📋 copy color: '#FBA9A0'

red 251 ◦ green 169 ◦ blue 160

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

Shades of Rose Bud #FBA9A0

Tints of Rose Bud #FBA9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.59%

R = 43.28%
G = 29.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBA9A0 (or 0xFBA9A0) is known color: Rose Bud. HEX triplet: FB, A9 and A0. RGB value is (251,169,160). Sum of RGB (Red+Green+Blue) = 251+169+160=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9A0 is #04565F. Grayscale: #C0C0C0. Windows color (decimal): -284256 or 10529275. OLE color: 10529275.

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

Color convert

RGB 251 169 160 -
CMYK 0 0.33 0.36 0.02
HSL 5.93º 0.92% 0.81% -
HSV(B) 5.93º 0.36% 0.98% -
XYZ 60.32 51.42 40 -
YUV 192.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 251 169 160 0 0.33 0.36 0.02 5.93 0.92 0.81
Hex FB A9 A0 0 21 24 2 6 5C 51
Octal 373 251 240 0 41 44 2 6 134 121
Binary 11111011 10101001 10100000 0 100001 100100 10 110 1011100 1010001

Color Harmonies of #FBA9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9A0

Black with #FBA9A0

Text Example


Text Example

White with #FBA9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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