Html Css Color HEX #FBA19E Rose Bud

📋 copy color: '#FBA19E'

red 251 ◦ green 161 ◦ blue 158

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

Shades of Rose Bud #FBA19E

Tints of Rose Bud #FBA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.25%

 BLUE value IS 158 (62.11% from 255) = 27.72%

R = 44.04%
G = 28.25%
B = 27.72%

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

#FBA19E (or 0xFBA19E) is known color: Rose Bud. HEX triplet: FB, A1 and 9E. RGB value is (251,161,158). Sum of RGB (Red+Green+Blue) = 251+161+158=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19E is #045E61. Grayscale: #BBBBBB. Windows color (decimal): -286306 or 10396155. OLE color: 10396155.

HSL color Cylindrical-coordinate representation of color #FBA19E: hue angle of 1.94º 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 #FBA19E is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 161 158 -
CMYK 0 0.36 0.37 0.02
HSL 1.94º 0.92% 0.8% -
HSV(B) 1.94º 0.37% 0.98% -
XYZ 58.7 48.47 38.61 -
YUV 187.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 251 161 158 0 0.36 0.37 0.02 1.94 0.92 0.8
Hex FB A1 9E 0 24 25 2 2 5C 50
Octal 373 241 236 0 44 45 2 2 134 120
Binary 11111011 10100001 10011110 0 100100 100101 10 10 1011100 1010000

Color Harmonies of #FBA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA19E

Black with #FBA19E

Text Example


Text Example

White with #FBA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA19E; }

 p { color: rgb(251,161,158); }

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

background-color css

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

 a { background-color: rgb(251,161,158); }

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

border-color css

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

 span { border-color: rgb(251,161,158); }

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