Html Css Color HEX #FBA09F Rose Bud

📋 copy color: '#FBA09F'

red 251 ◦ green 160 ◦ blue 159

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

Shades of Rose Bud #FBA09F

Tints of Rose Bud #FBA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.07%

 BLUE value IS 159 (62.5% from 255) = 27.89%

R = 44.04%
G = 28.07%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA09F (or 0xFBA09F) is known color: Rose Bud. HEX triplet: FB, A0 and 9F. RGB value is (251,160,159). Sum of RGB (Red+Green+Blue) = 251+160+159=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09F is #045F60. Grayscale: #BBBBBB. Windows color (decimal): -286561 or 10461435. OLE color: 10461435.

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

Color convert

RGB 251 160 159 -
CMYK 0 0.36 0.37 0.02
HSL 0.65º 0.92% 0.8% -
HSV(B) 0.65º 0.37% 0.98% -
XYZ 58.61 48.15 39.01 -
YUV 187.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 251 160 159 0 0.36 0.37 0.02 0.65 0.92 0.8
Hex FB A0 9F 0 24 25 2 1 5C 50
Octal 373 240 237 0 44 45 2 1 134 120
Binary 11111011 10100000 10011111 0 100100 100101 10 1 1011100 1010000

Color Harmonies of #FBA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA09F

Black with #FBA09F

Text Example


Text Example

White with #FBA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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