Html Css Color HEX #FBA09C Rose Bud

📋 copy color: '#FBA09C'

red 251 ◦ green 160 ◦ blue 156

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

Shades of Rose Bud #FBA09C

Tints of Rose Bud #FBA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 44.27%
G = 28.22%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBA09C (or 0xFBA09C) is known color: Rose Bud. HEX triplet: FB, A0 and 9C. RGB value is (251,160,156). Sum of RGB (Red+Green+Blue) = 251+160+156=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09C is #045F63. Grayscale: #BABABA. Windows color (decimal): -286564 or 10264827. OLE color: 10264827.

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

Color convert

RGB 251 160 156 -
CMYK 0 0.36 0.38 0.02
HSL 2.53º 0.92% 0.8% -
HSV(B) 2.53º 0.38% 0.98% -
XYZ 58.36 48.05 37.65 -
YUV 186.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 251 160 156 0 0.36 0.38 0.02 2.53 0.92 0.8
Hex FB A0 9C 0 24 26 2 3 5C 50
Octal 373 240 234 0 44 46 2 3 134 120
Binary 11111011 10100000 10011100 0 100100 100110 10 11 1011100 1010000

Color Harmonies of #FBA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA09C

Black with #FBA09C

Text Example


Text Example

White with #FBA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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